Added possibility to change locale from login/register pages

This commit is contained in:
Nicolas Lœuillet
2017-06-12 17:23:35 +02:00
committed by Jeremy Benoist
parent 43b6f3a8a8
commit be417ef236
6 changed files with 31 additions and 3 deletions

View 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') %}