Skip to content

Commit

Permalink
rm unused templatetag libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
xi committed Feb 5, 2025
1 parent 4a298b2 commit 13f6b82
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mfa/templates/mfa/create_TOTP.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static mfa %}
{% load mfa %}

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

Expand Down
2 changes: 1 addition & 1 deletion mfa/templates/mfa/create_recovery.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load static mfa %}
{% load mfa %}

<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>
Expand Down
2 changes: 0 additions & 2 deletions tests/templates/registration/login.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{% load i18n %}

<form method="POST">
{% csrf_token %}

Expand Down

0 comments on commit 13f6b82

Please sign in to comment.