From 7a52538de417d2ecd04e4673052ba2b6d6d2f98e Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 7 Mar 2023 16:29:51 +0200 Subject: [PATCH] bigger text for errors --- files/templates/groups.html | 2 +- files/templates/settings/security.html | 4 ++-- files/templates/sub/create_hole.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/groups.html b/files/templates/groups.html index f0609f346..44722cc57 100644 --- a/files/templates/groups.html +++ b/files/templates/groups.html @@ -56,7 +56,7 @@
{% if error %}

- {{error}} + {{error}}

{% endif %} diff --git a/files/templates/settings/security.html b/files/templates/settings/security.html index 5e128bebe..e755980c2 100644 --- a/files/templates/settings/security.html +++ b/files/templates/settings/security.html @@ -17,9 +17,9 @@
{% if v.email and not v.is_activated %} -
Email not verified. You will not be able to recover your account with this email until you verify it.
+
Email not verified. You will not be able to recover your account with this email until you verify it.
{% elif not v.email %} -
Add an email to secure your account in case you forget your password.
+
Add an email to secure your account in case you forget your password.
{% endif %}
diff --git a/files/templates/sub/create_hole.html b/files/templates/sub/create_hole.html index bf5723f45..c3a67ebbc 100644 --- a/files/templates/sub/create_hole.html +++ b/files/templates/sub/create_hole.html @@ -16,7 +16,7 @@
{% if error %}

- {{error}} + {{error}}

{% endif %}