search form in list view
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user