Update wellbeingform

This commit is contained in:
Gregory Trullemans 2023-07-10 11:45:26 +02:00
parent 8f9ea62bba
commit 71244944c4
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</div>
<div class="form-group row ">
<label for="id_event" class="col-4 col-sm-2 col-md-4 col-lg-4 col-xl-3 col-form-label">Event</label>
<div class="col-8 col-sm-9 col-md-9 col-lg-9 col-xl-10 {% if form.date.errors %}has-danger{% endif %}">
<div class="col-8 col-sm-8 col-md-8 col-lg-8 col-xl-9 {% if form.date.errors %}has-danger{% endif %}">
{{ form.event }}
{{ form.event_related }}
{% if form.eventt.errors %}