From a9ac8e77090c5dd5494da1073408bd7992adc551 Mon Sep 17 00:00:00 2001 From: josh Date: Fri, 2 Feb 2024 15:47:47 +0000 Subject: [PATCH] Update mfa/templates/TrustedDevices/Add.html --- mfa/templates/TrustedDevices/Add.html | 179 ++++++++++++-------------- 1 file changed, 83 insertions(+), 96 deletions(-) diff --git a/mfa/templates/TrustedDevices/Add.html b/mfa/templates/TrustedDevices/Add.html index ec74e16..57217a4 100644 --- a/mfa/templates/TrustedDevices/Add.html +++ b/mfa/templates/TrustedDevices/Add.html @@ -25,101 +25,88 @@ {% endblock %} {% block content %} -
-
- -
- -
-
-
- Add Trusted Device -
-
- {% if success %} -
- Please check your PC window, to continue the process. -
- {% elif added %} -
- Your device is now trusted, please try to login -
- - {% else %} -
Please make sure you are not in private (incognito) mode
-
- {% csrf_token %} - {% if invalid %} -
- {{ invalid }} +
+ +
+
+
+ Add Trusted Device +
- {% endif %} - {% if quota %} -
- {{ quota }} -
- {% endif %} -
-
-
-
-
-
-
-
-
- - - - +
+ {% if success %} +
+ Please check your PC window, to continue the process. +
+ {% elif added %} +
+ Your device is now trusted, please try to login +
+ + {% else %} +
Please make sure you are not in private (incognito) mode
+ + {% csrf_token %} + {% if invalid %} +
+ {{ invalid }} +
+ {% endif %} + {% if quota %} +
+ {{ quota }} +
+ {% endif %} +
-
-
-
-
- - - - -
-
-
- - I confirm that this device is mine and it is only used by me. - -
- {% comment %} -
-
- - - - - -
-
- {% endcomment %} -
- -
-
-
-
- - {% endif %} -
- -
-
-
- - - {% endblock %} +
+
+
+
+ + + + +
+
+
+
+ + + + +
+
+
+ + + I confirm that this device is mine and it is only used by me. + +
+ {% comment %} +
+
+ + + +
+
+ {% endcomment %} +
+ +
+
+
+ + + {% endif %} +
+
+ {% include "modal.html" %} +{% endblock %}