mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 02:42:17 +00:00
And now the same for generic forms
This commit is contained in:
13
templates/partials/list_search.html
Normal file
13
templates/partials/list_search.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% load button from filters %}
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<form class="form-inline justify-content-end">
|
||||
{% csrf_token %}
|
||||
<div class="input-group">
|
||||
<input type="search" name="q" placeholder="Search" value="{{ request.GET.q }}"
|
||||
class="form-control" id="id_search_text"/>
|
||||
<span class="input-group-append">{% button 'search' id="id_search" %}</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user