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

@@ -19,10 +19,9 @@
{{ form_row(edit_form.type, { label: "Event type" }) }}
{{ form_row(edit_form.themes) }}
{{ form_row(edit_form.moderator) }}
{{ form_row(edit_form.animators) }}
{{ form_row(edit_form.location) }}
{{ form_row(edit_form.budgetElements) }}
{{ form_row(edit_form.organizationCost) }}
{{ form_row(edit_form.comment) }}
{{ form_row(edit_form.documents) }}