From 35bae02f48ad4cdfb030a7327a3fd9cc77617af6 Mon Sep 17 00:00:00 2001 From: Patrick Mayr Date: Mon, 7 Aug 2023 15:51:59 +0000 Subject: [PATCH] fix icon --- fet2020/templates/authentications/login.html | 2 +- fet2020/templates/baseform/non_field_errors.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fet2020/templates/authentications/login.html b/fet2020/templates/authentications/login.html index 1a13f436..df9b14b2 100644 --- a/fet2020/templates/authentications/login.html +++ b/fet2020/templates/authentications/login.html @@ -14,7 +14,7 @@ {% for message in messages %}
- +

Fehler:

{{ message }}
diff --git a/fet2020/templates/baseform/non_field_errors.html b/fet2020/templates/baseform/non_field_errors.html index 2be22411..8337fd3c 100644 --- a/fet2020/templates/baseform/non_field_errors.html +++ b/fet2020/templates/baseform/non_field_errors.html @@ -1,6 +1,6 @@ {% if form.non_field_errors %}
- +

Fehler:

{{ form.non_field_errors }}