make matmatronch form more readable

This commit is contained in:
imperosol
2025-11-30 18:24:44 +01:00
parent 559a904e0d
commit 1a99f4096e
4 changed files with 17 additions and 13 deletions

View File

@@ -26,7 +26,11 @@
{% endif %}
<h2>{% trans %}Search user{% endtrans %}</h2>
<form action="{{ url('matmat:search') }}" method="get">
{{ form }}
<input type="submit" value="{% trans %}Search{% endtrans %}" />
<fieldset class="fields-centered">
{{ form }}
</fieldset>
<div class="fields-centered">
<input class="btn btn-blue" type="submit" value="{% trans %}Search{% endtrans %}" />
</div>
</form>
{% endblock %}