From 13f6b823862ff4a5456f7053dd53ce2556fdcaf6 Mon Sep 17 00:00:00 2001 From: Tobias Bengfort Date: Mon, 3 Feb 2025 16:00:57 +0100 Subject: [PATCH] rm unused templatetag libraries --- mfa/templates/mfa/create_TOTP.html | 2 +- mfa/templates/mfa/create_recovery.html | 2 +- tests/templates/registration/login.html | 2 -- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/mfa/templates/mfa/create_TOTP.html b/mfa/templates/mfa/create_TOTP.html index af0cab0..f6c4a64 100644 --- a/mfa/templates/mfa/create_TOTP.html +++ b/mfa/templates/mfa/create_TOTP.html @@ -1,4 +1,4 @@ -{% load static mfa %} +{% load mfa %}

Scan the code with your TOTP app and enter a valid code to finish registration.

diff --git a/mfa/templates/mfa/create_recovery.html b/mfa/templates/mfa/create_recovery.html index 271caaf..2866330 100644 --- a/mfa/templates/mfa/create_recovery.html +++ b/mfa/templates/mfa/create_recovery.html @@ -1,4 +1,4 @@ -{% load static mfa %} +{% load mfa %}

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.

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.

diff --git a/tests/templates/registration/login.html b/tests/templates/registration/login.html index bbcc409..d1be1c8 100644 --- a/tests/templates/registration/login.html +++ b/tests/templates/registration/login.html @@ -1,5 +1,3 @@ -{% load i18n %} -
{% csrf_token %}