aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-12 13:18:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-17 09:22:39 +0100
commit540a9bc4a274fc5975b73a66ccf5b91bd3e226f5 (patch)
tree479942a8060acc6db8aef9e7f672c95e84a6b8d3 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
parentd213219ec785db757dba455acd53480ab0d292fb (diff)
downloadwallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.gz
wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.tar.zst
wallabag-540a9bc4a274fc5975b73a66ccf5b91bd3e226f5.zip
Added help on config screen
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.twig4
1 files changed, 4 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..56fd8e0c 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
@@ -155,6 +155,10 @@
155 {{ form_start(form.pwd) }} 155 {{ form_start(form.pwd) }}
156 {{ form_errors(form.pwd) }} 156 {{ form_errors(form.pwd) }}
157 157
158 <div class="row">
159 {{ 'config.form_password.description'|trans }}
160 </div>
161
158 <fieldset class="w500p inline"> 162 <fieldset class="w500p inline">
159 <div class="row"> 163 <div class="row">
160 {{ form_label(form.pwd.old_password) }} 164 {{ form_label(form.pwd.old_password) }}