From 4fb13e9136ad1121e356aa42be60bd9d75b7c307 Mon Sep 17 00:00:00 2001 From: Henrik Mildner Date: Sat, 5 Apr 2025 12:43:49 +0200 Subject: [PATCH] Footer immer Unten --- django/templates/base.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/django/templates/base.html b/django/templates/base.html index 9340c71..1294600 100644 --- a/django/templates/base.html +++ b/django/templates/base.html @@ -10,8 +10,13 @@ {% include 'partials/_nav.html' %} - {% block content%}{% endblock %} - {% include 'partials/_footer.html' %} +
+ {% block content%}{% endblock %} +
+ {% include 'partials/_footer.html' %} +
+
+ {% block extra_js %}{% endblock %} \ No newline at end of file -- 2.49.1