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

@@ -486,7 +486,7 @@ final class ParticipationController extends AbstractController
return $this->redirectToRoute(
'chill_event__event_show',
['event_id' => $event->getId()]
['id' => $event->getId()]
);
}

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) }}