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) }}