]> Raphaƫl G. Git Repositories - airbundle/blobdiff - Resources/views/default/dispute.html.twig
Rename section to page.title
[airbundle] / Resources / views / default / dispute.html.twig
index 9fd930e1a476b4901e5ed5139b7bbdc5b7b87bdb..730126e4ac64cd64465f46707bc2aec104f4daf4 100644 (file)
@@ -2,8 +2,8 @@
 {% block content %}
        <section id="form">
                <header>
-                       <h2><a href="{{ path('rapsys_air_dispute') }}">{{ section }}</a></h2>
-                       <p>{{ description }}</p>
+                       <h2><a href="{{ path('rapsys_air_dispute') }}">{{ page.title }}</a></h2>
+                       <p>{{ page.description }}</p>
                </header>
                {% if sent %}
                        <p class="message notice">{% trans %}Your message has been sent{% endtrans %}</p>