X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e9ddea0dcc150da1a160092f5bb3d9e37e8468b3..aa392e7390d8c6abd217d09b8a646f41625a91c7:/Resources/views/session/edit.html.twig diff --git a/Resources/views/session/edit.html.twig b/Resources/views/session/edit.html.twig index 4ec1b67..066c03a 100644 --- a/Resources/views/session/edit.html.twig +++ b/Resources/views/session/edit.html.twig @@ -3,8 +3,8 @@ <section id="form"> <header> <h2> - <a href="{{ path('rapsys_air_session_view', {'id': session.id}) }}">{{ session.title }}</a> - <a href="{{ path('rapsys_air_location_view', {'id': session.location.id}) }}">{{ session.location.at }}</a> + <a href="{{ path('rapsysair_session_view', {'id': session.id}) }}">{{ session.title }}</a> + <a href="{{ path('rapsysair_location_view', {'id': session.location.id}) }}">{{ session.location.at }}</a> </h2> <p>{{ description }}</p> </header>