diff --git a/k4ever/main/templates/registration/login.html b/k4ever/main/templates/registration/login.html index 9bf5487..b1067e6 100644 --- a/k4ever/main/templates/registration/login.html +++ b/k4ever/main/templates/registration/login.html @@ -10,7 +10,7 @@ {% endcomment %} {% block "content" %} - -{% include "registration/loginForm.html" %} - +
+ {% include "registration/loginForm.html" %} +
{% endblock %} diff --git a/k4ever/main/templates/registration/loginForm.html b/k4ever/main/templates/registration/loginForm.html index 13dfca2..f1def24 100644 --- a/k4ever/main/templates/registration/loginForm.html +++ b/k4ever/main/templates/registration/loginForm.html @@ -8,24 +8,22 @@ {% endcomment %} {% if form.errors %} -
-

Deine Logindaten sind fehlerhaft

-

Versuch es nochmal, aber achte auf CAPSLOCK und tippe nicht so schnell.

-

Falls du dein Passwort vergessen haben solltest (oder es nicht geht..), - dann melde dich bei deiner Local Antifa - oder einem Admin - unserer Wahl.

-
+
+

Deine Logindaten sind fehlerhaft

+

Versuch es nochmal, aber achte auf CAPSLOCK und tippe nicht so schnell.

+
{% endif %} -
-{% csrf_token %} -
-

{{ form.username.label_tag }} {{ form.username }}

-

{{ form.password.label_tag }} {{ form.password }}

-
- - + + {% csrf_token %} + + {% include "form.html" with form=form %} + +
+
+ +
+
diff --git a/k4ever/main/templates/registration/logout.html b/k4ever/main/templates/registration/logout.html index 4e331ea..0cc624e 100644 --- a/k4ever/main/templates/registration/logout.html +++ b/k4ever/main/templates/registration/logout.html @@ -10,10 +10,11 @@ {% endcomment %} {% block "content" %} -
-

Du hast dich erfolgreich abgemeldet

-
- -{% include "registration/loginForm.html" %} +
+
+

Du hast dich erfolgreich abgemeldet.

+
+ {% include "registration/loginForm.html" %} +
{% endblock %}