From 3701442e8bfe98f0f14560e8135a3fe6a72ec5a1 Mon Sep 17 00:00:00 2001 From: ben8 Date: Tue, 21 Oct 2025 17:37:13 +0200 Subject: [PATCH] =?UTF-8?q?Footer=20=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- django/templates/base.html | 11 ++-- django/templates/partials/_footer.html | 53 ++++++++++++++++--- .../play/initialize_participant.html | 1 + django/templates/play/join_game.html | 2 +- 4 files changed, 55 insertions(+), 12 deletions(-) diff --git a/django/templates/base.html b/django/templates/base.html index b5f2fd8..b834707 100644 --- a/django/templates/base.html +++ b/django/templates/base.html @@ -1,6 +1,6 @@ {% load static %} - + @@ -10,12 +10,14 @@ qivip - + +
{% include 'partials/_nav.html' %} {% block content%}{% endblock %} {% block faqs%}{% endblock %} +
{% include 'partials/_footer.html' %} - +
@@ -68,8 +70,7 @@ }, duration); } }; - if (window.location.pathname !== "/library/") { - localStorage.setItem("meine_seite_scroll", 0);} + {% block extra_js %}{% endblock %}