aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-15 13:17:21 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@smile.fr>2015-10-15 13:17:21 +0200
commit18cf594f8ad4bb5236274cf1326c5e6ea549a570 (patch)
tree27553451392797dc1e3ddf43162de76eb33595a3 /src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
parent0d6a7929e17c84052cbb3e494d5e5c195c24ca04 (diff)
downloadwallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.tar.gz
wallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.tar.zst
wallabag-18cf594f8ad4bb5236274cf1326c5e6ea549a570.zip
move 2factor activation in parameters
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.twig2
1 files changed, 2 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 cee4f672..abe5dc9e 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
@@ -100,6 +100,7 @@
100 </div> 100 </div>
101 </fieldset> 101 </fieldset>
102 102
103 {% if twofactor_auth %}
103 <fieldset class="w500p inline"> 104 <fieldset class="w500p inline">
104 <div class="row"> 105 <div class="row">
105 {{ form_label(form.user.twoFactorAuthentication) }} 106 {{ form_label(form.user.twoFactorAuthentication) }}
@@ -107,6 +108,7 @@
107 {{ form_widget(form.user.twoFactorAuthentication) }} 108 {{ form_widget(form.user.twoFactorAuthentication) }}
108 </div> 109 </div>
109 </fieldset> 110 </fieldset>
111 {% endif %}
110 112
111 {{ form_rest(form.user) }} 113 {{ form_rest(form.user) }}
112 </form> 114 </form>