]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/UserBundle/Resources/views/Registration/register_content.html.twig
Added possibility to change locale from login/register pages
[github/wallabag/wallabag.git] / src / Wallabag / UserBundle / Resources / views / Registration / register_content.html.twig
index d0a85fc745edd807a62f0034da2af04235c0a252..85cd4f0d3dddc217290e4b999c9e25d2b6304cad 100644 (file)
@@ -3,7 +3,6 @@
 {{ form_start(form, {'method': 'post', 'action': path('fos_user_registration_register'), 'attr': {'class': 'fos_user_registration_register'}}) }}
     <div class="card-content">
         <div class="row">
-
             {{ form_widget(form._token) }}
 
             {% for flashMessage in app.session.flashbag.get('notice') %}