From 8e96702d8e561084b22d4900b09405b0b3cbd572 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 14 Sep 2025 13:30:13 +0200 Subject: [PATCH] poprawki --- templates/admin/admin_lists_access.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/admin/admin_lists_access.html b/templates/admin/admin_lists_access.html index cc36605..8cdfc94 100644 --- a/templates/admin/admin_lists_access.html +++ b/templates/admin/admin_lists_access.html @@ -3,10 +3,10 @@ {% block content %}
-

🔐 Zarządzanie dostępem do list

+

🔐{% if list_id %} Zarządzanie dostępem do list{% else %}Zarządzanie dostępem #{{ list_id }}{% endif %}

- {% if not list_id %} - Powrót do wszystkich list + {% if list_id %} + Powrót do wszystkich list {% endif %} ← Powrót do panelu