aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig3
1 files changed, 3 insertions, 0 deletions
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 ff7ef73a..29575272 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
@@ -148,6 +148,9 @@
148 148
149 {{ form_widget(form.user._token) }} 149 {{ form_widget(form.user._token) }}
150 {{ form_widget(form.user.save) }} 150 {{ form_widget(form.user.save) }}
151 {% if enabled_users > 1 %}
152 <a class='btn red' href='{{ path('delete_account') }}'>{{ 'config.form_user.delete_account' | trans }}</a>
153 {% endif %}
151 </form> 154 </form>
152 155
153 <h2>{{ 'config.tab_menu.password'|trans }}</h2> 156 <h2>{{ 'config.tab_menu.password'|trans }}</h2>