From f6a1f35fd892726a8f0916b39f94ca86e7d92b3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 5 Jul 2025 16:15:09 +0200 Subject: [PATCH] fix css i js --- templates/base.html | 4 +--- templates/list.html | 6 ++++++ templates/list_guest.html | 4 +++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/templates/base.html b/templates/base.html index b9cf795..2067d7d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -83,9 +83,7 @@ - + {% block scripts %}{% endblock %} diff --git a/templates/list.html b/templates/list.html index dd28270..789b514 100644 --- a/templates/list.html +++ b/templates/list.html @@ -128,4 +128,10 @@ Lista: {{ list.title }}

Brak wgranych paragonów do tej listy.

{% endif %} +{% block scripts %} + +{% endblock %} + {% endblock %} diff --git a/templates/list_guest.html b/templates/list_guest.html index 2fcd9ce..6684cd4 100644 --- a/templates/list_guest.html +++ b/templates/list_guest.html @@ -113,7 +113,9 @@ {% block scripts %} - + {% endblock %} {% endblock %}