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 %}