diff --git a/templates/registration/login.html b/templates/registration/login.html index ddf1d1c..6b6b023 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -1,17 +1,12 @@ -{% load static %} - - -
- -Bitte anmelden
+{% trans "Bitte anmelden" %}
{{ error }}
- {% endfor %} - {% endif %} + {% for error in form.username.errors %} +{{ error }}
+ {% endfor %}{{ error }}
- {% endfor %} - {% endif %} + {% for error in form.password.errors %} +{{ error }}
+ {% endfor %}