diff --git a/example/example/templates/base.html b/example/example/templates/base.html index 786d08b..e5b1a6e 100644 --- a/example/example/templates/base.html +++ b/example/example/templates/base.html @@ -36,7 +36,7 @@
-
+
") - $("#popUpModal").modal() + $("#popUpModal").modal('show') } function toggleKey(id) { @@ -98,7 +98,7 @@ {% if key.key_type in HIDE_DISABLE %} ---- {% else %} - + {% endif %} {% empty %} diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html index d303f96..7bd2ce6 100644 --- a/mfa/templates/TOTP/Add.html +++ b/mfa/templates/TOTP/Add.html @@ -63,7 +63,7 @@ {% block content %}

-
+

Adding Authenticator

@@ -98,7 +98,7 @@
@@ -106,4 +106,4 @@
{% include "modal.html" %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/mfa/templates/TOTP/recheck.html b/mfa/templates/TOTP/recheck.html index 87c5a7c..e172b0e 100644 --- a/mfa/templates/TOTP/recheck.html +++ b/mfa/templates/TOTP/recheck.html @@ -13,14 +13,15 @@ } +
-
-
+
+
One Time Password
-
+
@@ -46,16 +47,16 @@
-
- - +
+ +
-
+
@@ -64,7 +65,7 @@
-
+
{% if request.session.mfa_methods|length > 1 %} Select Another Method {% endif %} @@ -74,3 +75,4 @@
+
diff --git a/mfa/templates/TrustedDevices/Add.html b/mfa/templates/TrustedDevices/Add.html index dbb1961..ec74e16 100644 --- a/mfa/templates/TrustedDevices/Add.html +++ b/mfa/templates/TrustedDevices/Add.html @@ -31,11 +31,11 @@
-
-
+
+
Add Trusted Device
-
+
{% if success %}
Please check your PC window, to continue the process. @@ -67,31 +67,31 @@
-
- - +
+ +
-
- +
+
- + I confirm that this device is mine and it is only used by me.
{% comment %}
-
- +
+
@@ -113,7 +113,7 @@ {% endif %}
-