X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/face6575364d85f53b5398175699779850dbf8d1..69c5891f224d3e794748821da7992a6beff61746:/Resources/views/default/index.html.twig?ds=inline diff --git a/Resources/views/default/index.html.twig b/Resources/views/default/index.html.twig index 9ce4b11..20e2b0f 100644 --- a/Resources/views/default/index.html.twig +++ b/Resources/views/default/index.html.twig @@ -1,7 +1,7 @@ {% extends '@RapsysAir/body.html.twig' %} {% block content %} <section id="content"> - <h2><a href="{{ path('rapsys_air_index') }}">{{ section }}</a></h2> + <h2><a href="{{ path('rapsys_air') }}">{{ section }}</a></h2> <p>{{ 'Welcome to the outdoor space reservation system'|trans }}</p> </section> {% endblock %}