We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10ea35b commit e0ab702Copy full SHA for e0ab702
mfa/templates/mfa/create_TOTP.html
@@ -1,4 +1,4 @@
1
-{% load static mfa %}
+{% load mfa %}
2
3
<p>Scan the code with your TOTP app and enter a valid code to finish registration.</p>
4
mfa/templates/mfa/create_recovery.html
<p>A recovery code can be used when you lose access to your other two-factor authentication options. Each recovery code can only be used once.</p>
<p>Make sure to store it in a safe place! If you lose your login keys and don’t have the recovery codes you will lose access to your account.</p>
tests/templates/registration/login.html
@@ -1,5 +1,3 @@
-{% load i18n %}
-
<form method="POST">
{% csrf_token %}
5
0 commit comments