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