Ændre felt hidden til mandatory.

En gruppe kan være obligatorisk. Som man hverkan tilmelde sig eller forlade.
This commit is contained in:
Mikkel
2022-05-31 16:54:37 +02:00
parent 5ecfe3b836
commit 674c8741e7
6 changed files with 13 additions and 13 deletions

View File

@ -20,7 +20,7 @@
<form method="POST" action="{{ url_for('Group.create')}}">
<p>{{ form.title(class="form-control", placeholder="Gruppens navn") }}</p>
<p>{{ form.hidden() }} {{ form.hidden.label(class="form-check-label") }}</p>
<p>{{ form.mandatory() }} {{ form.mandatory.label(class="form-check-label") }}</p>
<p>{{ form.submit(class="btn btn-primary btn-block") }}</p>
</form>
{% endblock sidebar %}