diff --git a/mfa/templates/Email/Add.html b/mfa/templates/Email/Add.html index 9ba67fa..9b1db75 100644 --- a/mfa/templates/Email/Add.html +++ b/mfa/templates/Email/Add.html @@ -2,54 +2,50 @@ {% block head %} {% endblock %} {% block content %} -
-
- -
-
- Activate Token by email -
-
- +
+
+
+
+
+ Activate Token by email +
+
- - - {% csrf_token %} - {% if invalid %} -
- Sorry, The provided token is not valid. + {% csrf_token %} + {% if invalid %} +
+ Sorry, The provided token is not valid. +
+ {% endif %} + {% if quota %} +
+ {{ quota }} +
+ {% endif %} +
+
+
+

Enter the code sent to your email.

+
- {% endif %} - {% if quota %} -
- {{ quota }} +
+
+
+
+ + + + +
+
+
+ +
+
- {% endif %} -
-
-
-

Enter the 6-digits sent to your email.

-
-
- -
-
-
-
- - - - - -
-
- -
- - -
-
-
+
-
+
+
+
{% endblock %} \ No newline at end of file diff --git a/mfa/templates/Email/recheck.html b/mfa/templates/Email/recheck.html index 82f6d57..913804c 100644 --- a/mfa/templates/Email/recheck.html +++ b/mfa/templates/Email/recheck.html @@ -39,7 +39,7 @@
-

Enter the 6-digits sent to your email.

+

Enter the code sent to your email.

diff --git a/mfa/templates/MFA.html b/mfa/templates/MFA.html index c03aed0..9f250c9 100644 --- a/mfa/templates/MFA.html +++ b/mfa/templates/MFA.html @@ -66,7 +66,7 @@ {% endif %}
- +


diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html index 35b68b2..5bae45f 100644 --- a/mfa/templates/TOTP/Add.html +++ b/mfa/templates/TOTP/Add.html @@ -2,7 +2,7 @@ {% extends "base.html" %} {% load static %} {% block head %} - - - + {% endblock %} {% block content %} -
-
-
-
-
-

Adding Authenticator

-
-
+
+
+
+
+
+

Adding Authenticator

+
+
-

Scan the image below with the two-factor authentication app on your phone/PC phone/PC. If you can’t use a barcode, - enter this text instead.

+

Scan the image below with the two-factor authentication app on your phone/PC. If you can’t use a barcode, + enter this text instead.

- -
- {% include "modal.html" %} +
+{% include "modal.html" %} {% endblock %} \ No newline at end of file