Add animators property to event

This commit is contained in:
2025-05-07 10:26:39 +02:00
parent 342b786106
commit 6713658569
7 changed files with 116 additions and 49 deletions

View File

@@ -20,9 +20,9 @@
{{ form_row(form.type, { label: "Event type" }) }}
{{ form_row(form.themes) }}
{{ form_row(form.moderator) }}
{{ form_row(form.animators) }}
{{ form_row(form.location) }}
<div id="location"></div>
{{ form_row(form.organizationCost) }}
{{ form_row(form.budgetElements) }}
{{ form_row(form.comment) }}
{{ form_row(form.documents) }}