django-mfa3

multi factor authentication for django
git clone https://git.ce9e.org/django-mfa3.git

commit
2610ba11323ad202849483a7b8afba4ffbf4d5e8
parent
6033a47d5fe712bdab01a27f8b8d6c6e7fb12509
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-13 10:14
strip unnecessary whitespace in example template

Diffstat

M mfa/templates/mfa/mfakey_list.html 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/mfa/templates/mfa/mfakey_list.html b/mfa/templates/mfa/mfakey_list.html

@@ -1,4 +1,4 @@
    1    -1 <h1> {% if object_list %}Login keys configured{% else %}No login keys configured{% endif %}</h1>
   -1     1 <h1>{% if object_list %}Login keys configured{% else %}No login keys configured{% endif %}</h1>
    2     2 <p>Two-factor authentication adds an additional layer of security to your account by requiring more than just a password to log in.</p>
    3     3 
    4     4 {% if object_list|length == 1 %}