|
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 @@
|
Nazwa listy |
+ Właściciel |
Data |
Wydatki (PLN) |
@@ -112,9 +113,9 @@
{{ 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) }} |
{% endfor %}