-
-
-
\ No newline at end of file
+{% extends 'accounts/base.html'%}
+{% block title %}Home{% endblock %}
+{% block content %}
+
Moin moin!
+
+{% endblock %}
\ No newline at end of file
diff --git a/core/accounts/templates/accounts/login.html b/core/accounts/templates/accounts/login.html
index e8d58d3..3baa94b 100644
--- a/core/accounts/templates/accounts/login.html
+++ b/core/accounts/templates/accounts/login.html
@@ -14,6 +14,6 @@
- Registrierung
+
{% endblock %}
\ No newline at end of file
diff --git a/static/css/accounts-base.css b/static/css/accounts-base.css
deleted file mode 100644
index 5903b5f..0000000
--- a/static/css/accounts-base.css
+++ /dev/null
@@ -1,3 +0,0 @@
-* {
- background-color: red;
-}
\ No newline at end of file