X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FConfig%2Findex.html.twig;h=8f121a2b756c594bee8e0da6b21af560fac22e03;hb=0a0c600887dde4cc755de0862a3301830c415882;hp=0d8e9f2411e56b483a3f28486fc7e213fffc1c12;hpb=fcb1fba5c2fdb12c9f4041bd334aaced6f302d91;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig index 0d8e9f24..8f121a2b 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Config/index.html.twig @@ -21,9 +21,8 @@ -
-
+ {{ form_start(form.config) }} {{ form_errors(form.config) }}
@@ -57,9 +56,8 @@
-
-
+ {{ form_start(form.rss) }} {{ form_errors(form.rss) }}
@@ -111,9 +109,8 @@
-
-
+ {{ form_start(form.user) }} {{ form_errors(form.user) }}
@@ -132,6 +129,16 @@
+ {% if twofactor_auth %} +
+
+ {{ form_widget(form.user.twoFactorAuthentication) }} + {{ form_label(form.user.twoFactorAuthentication) }} + {{ form_errors(form.user.twoFactorAuthentication) }} +
+
+ {% endif %} +
-
-
+ {{ form_start(form.pwd) }} {{ form_errors(form.pwd) }}
@@ -179,7 +185,7 @@ {% if is_granted('ROLE_SUPER_ADMIN') %}
- + {{ form_start(form.new_user) }} {{ form_errors(form.new_user) }}