From 50af5ce44dc6bb8e8cc2a9cb72b7c472ff2a0414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sat, 13 Sep 2025 23:14:32 +0200 Subject: [PATCH] commit4 naprawa formularza --- templates/edit_my_list.html | 115 ++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 58 deletions(-) diff --git a/templates/edit_my_list.html b/templates/edit_my_list.html index fd8d1de..305164e 100644 --- a/templates/edit_my_list.html +++ b/templates/edit_my_list.html @@ -85,64 +85,6 @@ {% endfor %} - - -
-
🔐 Dostęp do listy
- - -
- - {% if list.share_token %} -
- - Otwórz -
- {% else %} -
Brak tokenu udostępniania.
- {% endif %} -
Ustawienie „🌐 Publiczna” nie jest wymagane dla dostępu z linku.
-
- - -
-
- - -
-
- -
-
- - -
- - {% if permitted_users and permitted_users|length > 0 %} -
    - {% for u in permitted_users %} -
  • -
    - @{{ u.username }} -
    -
    - - -
    -
  • - {% endfor %} -
- {% else %}
-
Brak dodanych uprawnień.
- {% endif %} -
-
-
@@ -151,7 +93,64 @@
+ + +
+
🔐 Dostęp do listy
+ + +
+ + {% if list.share_token %} +
+ + Otwórz +
+ {% else %} +
Brak tokenu udostępniania.
+ {% endif %} +
Ustawienie „🌐 Publiczna” nie jest wymagane dla dostępu z linku.
+
+ + +
+
+ + +
+
+ +
+
+ + +
+ + {% if permitted_users and permitted_users|length > 0 %} +
    + {% for u in permitted_users %} +
  • +
    + @{{ u.username }} +
    +
    + + +
    +
  • + {% endfor %} +
+ {% else %}
+
Brak dodanych uprawnień.
+ {% endif %} +
+
+ {% if receipts %}