One of these days I'll remember to test BEFORE pushing...

This commit is contained in:
2020-10-08 23:29:11 +01:00
parent 5d56f4f7b0
commit 5af075946a
5 changed files with 11 additions and 9 deletions

View File

@@ -12,7 +12,7 @@
{% csrf_token %}
<div class="input-group">
<input type="search" name="q" placeholder="Search" value="{{ request.GET.q }}"
class="form-control"/>
class="form-control" id="id_search_text"/>
<span class="input-group-append">{% button 'search' id="id_search" %}</span>
</div>
</form>