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 }}