]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/session/edit.html.twig
Add default values to class member variables
[airbundle] / Resources / views / session / edit.html.twig
index 6a9abfb2891f4ea089a832d01e421322d0511850..066c03a52824136c60be02c4876d7720d328fbd6 100644 (file)
@@ -1,10 +1,10 @@
-{% extends '@RapsysAir/body.html.twig' %}
+{% extends '@RapsysAir/base.html.twig' %}
 {% block content %}
        <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>