+
Uwaga! Przypisanie więcej niż jednej kategorii do listy może zaburzyć
poprawne zliczanie wydatków, ponieważ wydatki tej listy będą jednocześnie
klasyfikowane do kilku kategorii.
diff --git a/templates/admin/receipts.html b/templates/admin/receipts.html
index 7480b8b..481c34f 100644
--- a/templates/admin/receipts.html
+++ b/templates/admin/receipts.html
@@ -111,6 +111,7 @@
{% if not receipts %}
+
Nie wgrano żadnego paragonu
{% endif %}
diff --git a/templates/list.html b/templates/list.html
index 39ad872..ac90e67 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -214,6 +214,7 @@
{% endfor %}
{% else %}
+
Brak wgranych paragonów do tej listy
{% endif %}
diff --git a/templates/main.html b/templates/main.html
index cbf74d9..ee641fb 100644
--- a/templates/main.html
+++ b/templates/main.html
@@ -4,6 +4,7 @@
{% if not current_user.is_authenticated %}
+
Jesteś w trybie gościa. Możesz tylko przeglądać listy udostępnione publicznie
{% endif %}
@@ -215,6 +216,7 @@
{% else %}
+
Nie masz żadnych zarchiwizowanych list
{% endif %}