Private
Public Access
1
0

search form in list view

This commit is contained in:
Sander Roosendaal
2018-12-08 09:26:43 +01:00
parent cc40615f46
commit 5496a0f533
2 changed files with 9 additions and 4 deletions

View File

@@ -85,9 +85,9 @@
{% else %}
<form id="searchform" action="/rowers/list-workouts/{{ startdate|date:"Y-m-d" }}/{{ enddate|date:"Y-m-d" }}"
method="get" accept-charset="utf-8">
{% endif %}
<input class="searchfield" id="searchbox" name="q" type="text" placeholder="Search">
<input type="submit">
{% endif %}
{{ searchform }}
<input type="submit" value="GO">
</input>
</form>
</p>