X-Git-Url: https://git.rapsys.eu/airbundle/blobdiff_plain/beaa082a7706689e546079aa475b1f84f5621469..4bb7db1a28678a24ce260e849684fd138fcf8e26:/Resources/views/form/contact.html.twig diff --git a/Resources/views/form/contact.html.twig b/Resources/views/form/contact.html.twig index ee75ed0..783bc6e 100644 --- a/Resources/views/form/contact.html.twig +++ b/Resources/views/form/contact.html.twig @@ -2,8 +2,8 @@ {% block content %} <section id="form"> <header> - <h2><a href="{{ path('rapsys_air_contact') }}">{{ section }}</a></h2> - <p>{{ description }}</p> + <h2><a href="{{ path('rapsys_air_contact') }}">{{ page.title }}</a></h2> + <p>{{ page.description }}</p> </header> {% if sent %} <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>