1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 03:18:22 +02:00

Test registration search

This commit is contained in:
Yohann D'ANELLO
2020-11-02 12:34:27 +01:00
parent 62b883467c
commit c80355f2bc
2 changed files with 22 additions and 1 deletions

View File

@ -6,7 +6,6 @@
<h2>{% trans "Search" %}</h2>
<form>
{% csrf_token %}
{{ form|crispy }}
<button type="submit" class="btn btn-primary">{% trans "Search" %}</button>
</form>