Skip to content

Commit cd16598

Browse files
committed
Oops, mixed up action and method.
1 parent 315d2b3 commit cd16598

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
@@ -3,7 +3,7 @@
33
{% set query = deconst.request.query %}
44

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

0 commit comments

Comments
 (0)