From bb4fe3815ff841f08fe9cea4915755d7bebbd96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 2 Jul 2025 12:13:09 +0200 Subject: [PATCH] ux dla udostepnionej listy --- templates/list_guest.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/templates/list_guest.html b/templates/list_guest.html index 84aab8c..68d17a1 100644 --- a/templates/list_guest.html +++ b/templates/list_guest.html @@ -1,20 +1,30 @@ {% extends 'base.html' %} {% block title %}{{ list.title }} (Gość){% endblock %} {% block content %} -

{{ list.title }} (Gość)

+ +
+

🛍️ {{ list.title }} (Gość)

+ ← Powrót do list +
- - +
+ + +
-Powrót -{% endblock %} \ No newline at end of file + + +{% endblock %}