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