From 3dfc8c6be6a8c487638c6a610394712001f553f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Tue, 12 Aug 2025 22:40:06 +0200 Subject: [PATCH] dropbna poprawka w stringu --- templates/admin/admin_panel.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/admin/admin_panel.html b/templates/admin/admin_panel.html index f7eec0c..56a79a3 100644 --- a/templates/admin/admin_panel.html +++ b/templates/admin/admin_panel.html @@ -164,7 +164,7 @@
📅 - {% for val in month_options %} {% set date_obj = (val ~ '-01') | todatetime %} @@ -175,16 +175,15 @@
-

📄 Listy zakupowe {% if show_all %} - — wszystkie miesiące + — wszystkie miesiące {% else %} - — {{ month_str|replace('-', ' / ') }} + — {{ month_str|replace('-', ' / ') }} {% endif %}