]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/form/contact.html.twig
Rename section to page.title
[airbundle] / Resources / views / form / contact.html.twig
index ee75ed07b5cb773ff1e602080787d58f1104fe56..783bc6e56e64f01f82fc469f8497ca95a4a5a99f 100644 (file)
@@ -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>