]> Raphaël G. Git Repositories - airbundle/commitdiff
New header layout
authorRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:14:47 +0000 (15:14 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:14:47 +0000 (15:14 +0200)
Resources/views/form/register.html.twig

index 914671c39eebe51dc3846750d11c7c7ae0a00f97..417171999169628660a55b0dccef6d7d42abacd5 100644 (file)
@@ -1,8 +1,10 @@
 {% extends '@RapsysAir/body.html.twig' %}
 {% block title %}{{ site.title }} - {{ title }}{% endblock %}
 {% block content %}
-       <section id="form">
-               <h2><a href="{{ path('rapsys_user_register') }}">{{ title }}</a></h2>
+       <article>
+               <header>
+                       <h2><a href="{{ path('rapsys_user_register') }}">{{ title }}</a></h2>
+               </header>
                {% if disabled is defined and disabled %}
                        <p class="message error">{% trans %}Your account has been disabled{% endtrans %}</p>
                {% elseif sent is defined and sent %}
@@ -52,5 +54,5 @@
                                <footer style="display:none">{{ form_rest(form) }}</footer>
                        {{ form_end(form) }}
                {% endif %}
-       </section>
+       </article>
 {% endblock %}