Add search to internal problem
This commit is contained in:
parent
20a3a61206
commit
accf586413
2 changed files with 19 additions and 7 deletions
|
@ -29,6 +29,11 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block middle_content %}
|
||||
<form>
|
||||
<label for="name">{{_('Search')}}:</label>
|
||||
<input type="text" name="q" value="{{query}}">
|
||||
</form>
|
||||
<br>
|
||||
<table class="table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue