authentic/src/authentic2/manager/templates/authentic2/manager/search_form.html

7 lines
187 B
HTML

{% load gadjo i18n %}
<h3>{% trans "Search" context "title" %}</h3>
<form id="search-form" method="get">
{{ search_form|with_template }}
<button>{% trans "Search" %}</button>
</form>