From 8662d085f372ae8686814546a23a2261206f2d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 20 Aug 2025 21:15:20 +0200 Subject: [PATCH] kosmetyka --- templates/admin/admin_panel.html | 2 +- templates/expenses.html | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/admin/admin_panel.html b/templates/admin/admin_panel.html index c697098..30791e7 100644 --- a/templates/admin/admin_panel.html +++ b/templates/admin/admin_panel.html @@ -219,7 +219,7 @@
- +
diff --git a/templates/expenses.html b/templates/expenses.html index be40680..d592b43 100644 --- a/templates/expenses.html +++ b/templates/expenses.html @@ -95,6 +95,7 @@ + @@ -112,9 +113,9 @@ - + + {% endfor %}
Nazwa listyWłaściciel Data Wydatki (PLN)
{{ list.title }} -
👤 {{ list.owner_username or '?' }}
{{ list.created_at.strftime('%Y-%m-%d') }}👤 {{ list.owner_username or '?' }}{{ list.created_at.strftime('%Y-%m-%d %H:%M') }} {{ '%.2f'|format(list.total_expense) }}