Add event budget element entity, forms and event property

This commit is contained in:
2025-05-06 14:03:25 +02:00
parent 5d94bf0556
commit 8a38ce1a5c
10 changed files with 322 additions and 6 deletions

View File

@@ -23,6 +23,7 @@
{{ form_row(form.location) }}
<div id="location"></div>
{{ form_row(form.organizationCost) }}
{{ form_row(form.budgetElements) }}
{{ form_row(form.comment) }}
{{ form_row(form.documents) }}