Skip to content

Commit e0ab702

Browse files
committed
rm unused templatetag libraries
1 parent 10ea35b commit e0ab702

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

mfa/templates/mfa/create_TOTP.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load static mfa %}
1+
{% load mfa %}
22

33
<p>Scan the code with your TOTP app and enter a valid code to finish registration.</p>
44

mfa/templates/mfa/create_recovery.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load static mfa %}
1+
{% load mfa %}
22

33
<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>
44
<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

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
{% load i18n %}
2-
31
<form method="POST">
42
{% csrf_token %}
53

0 commit comments

Comments
 (0)