diff --git a/core/accounts/templates/accounts/home.html b/core/accounts/templates/accounts/home.html index d61e86c..9bbafeb 100644 --- a/core/accounts/templates/accounts/home.html +++ b/core/accounts/templates/accounts/home.html @@ -1,17 +1,9 @@ -{% load static %} - - - - - - - Home - - -

Moin moin!

-
- {% csrf_token %} - -
- - \ No newline at end of file +{% extends 'accounts/base.html'%} +{% block title %}Home{% endblock %} +{% block content %} +

Moin moin!

+
+ {% csrf_token %} + +
+{% 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