diff --git a/templates/admin/admin_panel.html b/templates/admin/admin_panel.html index 56a79a3..7989e75 100644 --- a/templates/admin/admin_panel.html +++ b/templates/admin/admin_panel.html @@ -128,54 +128,50 @@ {% if not show_all %} - {# Ustal bieżący miesiąc jako początek #} {% set current_date = now.replace(day=1) %} {% set prev_month = (current_date - timedelta(days=1)).strftime('%Y-%m') %} {% set next_month = (current_date + timedelta(days=31)).replace(day=1).strftime('%Y-%m') %}