diff --git a/k4ever/k4ever.db b/k4ever/k4ever.db
index 1c88490..9b3007c 100644
Binary files a/k4ever/k4ever.db and b/k4ever/k4ever.db differ
diff --git a/k4ever/main/templates/registration/login.html b/k4ever/main/templates/registration/login.html
index af1af16..42aac76 100644
--- a/k4ever/main/templates/registration/login.html
+++ b/k4ever/main/templates/registration/login.html
@@ -2,26 +2,6 @@
{% block "content" %}
-{% 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.
-
-{% endif %}
-
-
+{% include "registration/loginForm.html" %}
{% endblock %}
diff --git a/k4ever/main/templates/registration/loginForm.html b/k4ever/main/templates/registration/loginForm.html
new file mode 100644
index 0000000..f379cb0
--- /dev/null
+++ b/k4ever/main/templates/registration/loginForm.html
@@ -0,0 +1,21 @@
+{% 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.
+
+{% endif %}
+
+
\ No newline at end of file
diff --git a/k4ever/main/templates/registration/logout.html b/k4ever/main/templates/registration/logout.html
index 418f7ce..15ff040 100644
--- a/k4ever/main/templates/registration/logout.html
+++ b/k4ever/main/templates/registration/logout.html
@@ -1,5 +1,10 @@
{% extends "base.html" %}
{% block "content" %}
-FIXME: KKTHXBYE
+
+
Du hast dich erfolgreich abgemeldet
+
+
+{% include "registration/loginForm.html" %}
+
{% endblock %}
diff --git a/k4ever/media/css/style.css b/k4ever/media/css/style.css
index ebbcdde..f89a96e 100644
--- a/k4ever/media/css/style.css
+++ b/k4ever/media/css/style.css
@@ -179,7 +179,6 @@ form.login input[type=submit] {
.error, .notice, .success {
border-top: 1px solid #DDD;
- margin-bottom: 1em;
padding: 0.6em 0.8em;
position: fixed;
bottom: 0;