zmiana month na m i poprawka w kolorach paginaci

This commit is contained in:
Mateusz Gruszczyński
2025-08-13 15:01:07 +02:00
parent c9f5a37e1f
commit 87d9a8228c
2 changed files with 2 additions and 2 deletions

3
app.py
View File

@@ -1434,7 +1434,8 @@ def main_page():
archived_lists=archived_lists,
now=now,
timedelta=timedelta,
month_options=month_options
month_options=month_options,
selected_month=month_str
)

View File

@@ -33,7 +33,6 @@
{% set month_names = ["styczeń", "luty", "marzec", "kwiecień", "maj", "czerwiec", "lipiec", "sierpień", "wrzesień",
"październik", "listopad", "grudzień"] %}
{% set selected_month = selected_month or now.strftime('%Y-%m') %}
<!-- Pulpit: zwykły <select> -->
<div class="d-none d-md-flex justify-content-end align-items-center flex-wrap gap-2 mb-3">