Add search to internal problem

This commit is contained in:
cuom1999 2023-08-29 18:52:24 -05:00
parent 20a3a61206
commit accf586413
2 changed files with 19 additions and 7 deletions

View file

@ -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>