X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/e9ddea0dcc150da1a160092f5bb3d9e37e8468b3..eb1f263248166f36f5eb7dc17e39721e80b3e7c2:/Resources/views/session/edit.html.twig?ds=sidebyside 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>