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