WIP change animator field to animator intern and animator extern

This commit is contained in:
2025-07-01 14:29:01 +02:00
parent e176319775
commit 4c3befe489
4 changed files with 45 additions and 88 deletions

View File

@@ -20,7 +20,8 @@
{{ form_row(form.type, { label: "Event type" }) }}
{{ form_row(form.themes) }}
{{ form_row(form.moderator) }}
{{ form_row(form.animators) }}
{{ form_row(form.animatorsIntern) }}
{{ form_row(form.animatorsExtern) }}
{{ form_row(form.location) }}
<div id="location"></div>
{{ form_row(form.budgetElements) }}