mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-27 03:21:01 +00:00
Fix form user display for baggy theme
This commit is contained in:
parent
8f5e220327
commit
e49c62fac8
1 changed files with 2 additions and 1 deletions
|
@ -134,7 +134,8 @@
|
|||
</fieldset>
|
||||
{% endif %}
|
||||
|
||||
{{ form_rest(form.user) }}
|
||||
{{ form_widget(form.user._token) }}
|
||||
{{ form_widget(form.user.save) }}
|
||||
</form>
|
||||
|
||||
<h2>{{ 'config.tab_menu.password'|trans }}</h2>
|
||||
|
|
Loading…
Reference in a new issue