Adjust templates and translations

This commit is contained in:
2025-04-29 10:03:57 +02:00
parent 383f588795
commit 27f0bf28e9
6 changed files with 112 additions and 97 deletions

View File

@@ -13,10 +13,12 @@
{{ form_start(form) }}
{{ form_errors(form) }}
{{ form_row(form.circle) }}
{# {{ form_row(form.circle) }}#}
{{ form_row(form.name) }}
{{ form_row(form.circle) }}
{{ form_row(form.date) }}
{{ form_row(form.type, { label: "Event type" }) }}
{{ form_row(form.themes) }}
{{ form_row(form.moderator) }}
{{ form_row(form.location) }}
{{ form_row(form.organizationCost) }}