diff --git a/EXAMPLE.md b/EXAMPLE.md index c80bce9..d78afba 100644 --- a/EXAMPLE.md +++ b/EXAMPLE.md @@ -7,7 +7,7 @@ 1. cd to example project `cd example` 1. migrate `python manage.py migrate` 1. create super user `python manage.py createsuperuser` -1. start the serveur `python manage.py runserver` +1. start the server `python manage.py runserver` # Notes for SSL diff --git a/mfa/templates/RECOVERY/recheck.html b/mfa/templates/RECOVERY/recheck.html index f3b2e83..501375f 100644 --- a/mfa/templates/RECOVERY/recheck.html +++ b/mfa/templates/RECOVERY/recheck.html @@ -22,10 +22,8 @@ }) } -
- -
+
Recovery code @@ -82,7 +80,6 @@
-
-
+
{% include "modal.html" %} \ No newline at end of file