From a8103b4a2016ccd1509a29b97778922bcca9bb5c Mon Sep 17 00:00:00 2001 From: ben8 Date: Sat, 3 May 2025 12:10:06 +0200 Subject: [PATCH] kein_Verspringen_der_Suchleiste fix #113 --- django/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/django/templates/base.html b/django/templates/base.html index b497df4..be9d51e 100644 --- a/django/templates/base.html +++ b/django/templates/base.html @@ -71,5 +71,8 @@ localStorage.setItem("meine_seite_scroll", 0);} {% block extra_js %}{% endblock %} + \ No newline at end of file