From f153ee5751dbd74dd9a6ee1f084c9c1d6ba9a29b Mon Sep 17 00:00:00 2001 From: jvs Date: Fri, 24 Jan 2025 16:53:15 +0100 Subject: [PATCH 1/3] 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 From bb406ce6a4b856f1365ac84568740f31be7e9224 Mon Sep 17 00:00:00 2001 From: Laurenz gast Date: Fri, 24 Jan 2025 16:58:32 +0100 Subject: [PATCH 2/3] =?UTF-8?q?static-Ordner=20in=20Wurzelverzeichnis=20ge?= =?UTF-8?q?l=C3=B6scht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/accounts-base.css | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 static/css/accounts-base.css 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 From 6165958262cca1b48d05dabef1cc9707a0147dbc Mon Sep 17 00:00:00 2001 From: jvs Date: Fri, 24 Jan 2025 17:02:16 +0100 Subject: [PATCH 3/3] Make Registration Link Button --- core/accounts/templates/accounts/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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