Update templates/latex.html
Browse files- templates/latex.html +1 -1
templates/latex.html
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
<h1>
|
| 3 |
{{result}}
|
| 4 |
</h1>
|
| 5 |
-
<form
|
| 6 |
<input type="text" name="q"/>
|
| 7 |
</form>
|
| 8 |
</html>
|
|
|
|
| 2 |
<h1>
|
| 3 |
{{result}}
|
| 4 |
</h1>
|
| 5 |
+
<form method="GET">
|
| 6 |
<input type="text" name="q"/>
|
| 7 |
</form>
|
| 8 |
</html>
|