diff --git a/src/profiles/templates/allauth_2fa/backup_tokens.html b/src/profiles/templates/allauth_2fa/backup_tokens.html index 2698f3f0..8b7dd4b6 100644 --- a/src/profiles/templates/allauth_2fa/backup_tokens.html +++ b/src/profiles/templates/allauth_2fa/backup_tokens.html @@ -7,19 +7,20 @@
+
+

Attention!

+

+ Backup Tokens are important if you for some reason lose access to your two-factor authentication device (ie. misplace your phone).
+ If this happens you will not be able to login to BornHack.dk without using a backup token.
+ So generate some tokens and keep them safe for a rainy day ;) +

+
+

Two-Factor Authentication Backup Tokens

-
-

Attention!

-

- Backup Tokens are important if you for some reason lose access to your two-factor authentication device (ie. misplace your phone).
- If this happens you will not be able to login to BornHack.dk without using a backup token.
- So generate some tokens and keep them safe for a rainy day ;) -

-
{% if backup_tokens %}
    {% for token in backup_tokens %} diff --git a/src/profiles/templates/profile_detail.html b/src/profiles/templates/profile_detail.html index 4a614646..b69514ee 100644 --- a/src/profiles/templates/profile_detail.html +++ b/src/profiles/templates/profile_detail.html @@ -3,9 +3,7 @@ {% block profile_content %} {% if not profile.description %}
    -

    - Attention! -

    +

    Attention!

    You have not written anything in your "description".

    @@ -15,9 +13,6 @@
    {% endif %} - - -