From f220d1d4b707067599abe8192735736e60283454 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Tue, 26 Mar 2019 22:31:39 +0100 Subject: [PATCH] Rearrange and emphasize a bit. --- .../templates/allauth_2fa/backup_tokens.html | 17 +++++++++-------- src/profiles/templates/profile_detail.html | 7 +------ 2 files changed, 10 insertions(+), 14 deletions(-) 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 %} - - -