]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/themes/baggy/Registration/register.html.twig
Update bundle & stock file
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / themes / baggy / Registration / register.html.twig
index e5c1876b973df677f63c31c30d7985e6cc353b45..2713bf4524a54d47617317b8cb70a397b3d15e26 100644 (file)
@@ -8,7 +8,7 @@
 {% block messages %}{% endblock %}
 
 {% block content %}
-    <form action="{{ path('fos_user_registration_register') }}" {{ form_enctype(form) }} method="POST" class="fos_user_registration_register">
+    {{ form_start(form) }}
         <fieldset class="w500p center">
             <h2 class="mbs txtcenter">{% trans %}create an account{% endtrans %}</h2>
         {% include "FOSUserBundle:Registration:register_content.html.twig" %}