From d050ef9c13deeb2478197d6b32608f511b5e81d9 Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt Date: Mon, 6 Feb 2012 00:23:15 +0100 Subject: [PATCH] restyled loginform --- k4ever/main/templates/registration/login.html | 6 ++-- .../templates/registration/loginForm.html | 30 +++++++++---------- .../main/templates/registration/logout.html | 11 +++---- 3 files changed, 23 insertions(+), 24 deletions(-) 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 %}