mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2026-01-16 22:31:24 +00:00
Improve accessibility of event form
- use <label> tag instead of <legend> - display time selectors on same line as date selector
This commit is contained in:
@@ -486,7 +486,7 @@ final class ParticipationController extends AbstractController
|
||||
|
||||
return $this->redirectToRoute(
|
||||
'chill_event__event_show',
|
||||
['event_id' => $event->getId()]
|
||||
['id' => $event->getId()]
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user