From: Nicolas LÅ“uillet Date: Fri, 12 Aug 2016 11:55:30 +0000 (+0200) Subject: Fix form user display for baggy theme X-Git-Tag: 2.0.7~7^2~2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=e49c62fac85ad2a2aa23023094fe81713a5a19c0;p=github%2Fwallabag%2Fwallabag.git Fix form user display for baggy theme --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig index c51f90d2..a8abe8d3 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig @@ -134,7 +134,8 @@ {% endif %} - {{ form_rest(form.user) }} + {{ form_widget(form.user._token) }} + {{ form_widget(form.user.save) }}

{{ 'config.tab_menu.password'|trans }}