From f153ee5751dbd74dd9a6ee1f084c9c1d6ba9a29b Mon Sep 17 00:00:00 2001 From: jvs Date: Fri, 24 Jan 2025 16:53:15 +0100 Subject: [PATCH] Update Home --- core/accounts/templates/accounts/home.html | 26 ++++++++-------------- 1 file changed, 9 insertions(+), 17 deletions(-) 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