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

Organizers can add other organizers

This commit is contained in:
2021-02-16 10:58:14 +01:00
parent 6c064d6570
commit a7665d41b7
2 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,9 @@
<form method="post">
{% csrf_token %}
{{ form|crispy }}
<div id="registration_form"></div>
<div id="registration_form">
{{ volunteer_registration_form|crispy }}
</div>
<button class="btn btn-success" type="submit">
{% trans "Add organizer" %}
</button>