aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-11-28 14:27:31 +0100
committerGitHub <noreply@github.com>2016-11-28 14:27:31 +0100
commit34ea7be6228c633ef8da703994eed034026e9c18 (patch)
treee9a3691b1593cb0b3c8d91c0bb93ba586c3fb87f /src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig
parent6bb0866cf513bf939eb2e3290d1852c55e51ec0d (diff)
parent07326af5e25f52f54f725898d9fb2f82af60e224 (diff)
downloadwallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.gz
wallabag-34ea7be6228c633ef8da703994eed034026e9c18.tar.zst
wallabag-34ea7be6228c633ef8da703994eed034026e9c18.zip
Merge pull request #2663 from wallabag/remove-fosuser-attributes
Removed FOSUser attributes removed in alpha4
Diffstat (limited to 'src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig')
-rw-r--r--src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig b/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig
index 67843f20..3ffd15f5 100644
--- a/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig
+++ b/src/Wallabag/UserBundle/Resources/views/Manage/edit.html.twig
@@ -47,14 +47,6 @@
47 </div> 47 </div>
48 </div> 48 </div>
49 49
50 <div class="row">
51 <div class="input-field col s12">
52 {{ form_widget(edit_form.locked) }}
53 {{ form_label(edit_form.locked) }}
54 {{ form_errors(edit_form.locked) }}
55 </div>
56 </div>
57
58 {% if twofactor_auth %} 50 {% if twofactor_auth %}
59 <div class="row"> 51 <div class="row">
60 <div class="input-field col s12"> 52 <div class="input-field col s12">