Skip to content

Commit 4bf01d7

Browse files
committed
Give that text field a name.
1 parent cd16598 commit 4bf01d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deconst.horse/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block body %}
66
<form method="get">
7-
<input type="text" value="{{ query.q }}" placeholder="Search">
7+
<input type="text" name="q" value="{{ query.q }}" placeholder="Search">
88
<input type="submit" value="Go">
99
</form>
1010

0 commit comments

Comments
 (0)