Improve accessibility of event form

This commit is contained in:
2025-12-05 11:58:24 +00:00
committed by Julien Fastré
parent 0d32810d0d
commit ec93034802
5 changed files with 41 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
{{ form_row(edit_form.circle) }}
{{ form_row(edit_form.name) }}
{{ form_row(edit_form.date) }}
{{ form_row(edit_form.type, { label: "Event type" }) }}
{{ form_row(edit_form.themes) }}
{{ form_row(edit_form.moderator) }}