From 17bd643fe05a263aeee12385592d45660ce4926a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 5 Jul 2025 00:23:12 +0200 Subject: [PATCH] zmiany w serwowaniu js --- templates/admin/edit_list.html | 11 ++++--- templates/base.html | 3 +- templates/edit_my_list.html | 4 ++- templates/list.html | 22 ++++++------- templates/list_guest.html | 57 +++++++++++++++++----------------- 5 files changed, 51 insertions(+), 46 deletions(-) diff --git a/templates/admin/edit_list.html b/templates/admin/edit_list.html index 1c096e4..b6657da 100644 --- a/templates/admin/edit_list.html +++ b/templates/admin/edit_list.html @@ -9,18 +9,18 @@
- +
- + Jeśli nie chcesz zmieniać kwoty, zostaw to pole bez zmian.
- +
-
+
+ Anuluj diff --git a/templates/base.html b/templates/base.html index 098360f..a69e856 100644 --- a/templates/base.html +++ b/templates/base.html @@ -10,7 +10,7 @@ - + @@ -50,6 +50,7 @@
{% block content %}{% endblock %}
+ - {% endblock %} diff --git a/templates/list_guest.html b/templates/list_guest.html index 9c232a7..4410e4c 100644 --- a/templates/list_guest.html +++ b/templates/list_guest.html @@ -2,6 +2,34 @@ {% block title %}Lista: {{ list.title }}{% endblock %} {% block content %} + +

🛍️ {{ list.title }} {% if list.is_archived %} @@ -44,7 +72,7 @@ {% if not list.is_archived %}
- +
@@ -120,31 +148,4 @@ - {% endblock %}