From 0d9e56dfa16bf0d9dd5d4ecd3feaf8d5b387b7a8 Mon Sep 17 00:00:00 2001 From: gru Date: Wed, 23 Jul 2025 08:34:35 +0200 Subject: [PATCH] Update templates/admin/receipts.html --- templates/admin/receipts.html | 38 +++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/templates/admin/receipts.html b/templates/admin/receipts.html index a583ce2..736a512 100644 --- a/templates/admin/receipts.html +++ b/templates/admin/receipts.html @@ -4,7 +4,12 @@

📸 Wszystkie paragony

- ← Powrót do panelu +
+ + 🔄 Przelicz rozmiary plików + + ← Powrót do panelu +
@@ -30,13 +35,17 @@ {% endif %} 🔄 Obróć o 90° + ✂️ Przytnij ✏️ Zmień nazwę {% if not r.file_hash %} 🔐 Generuj hash {% endif %} - 🗑️ + 🗑️ Usuń ✏️ Edytuj listę #{{ r.list_id }} @@ -44,6 +53,7 @@
{% endfor %} + {% if not receipts %} @@ -53,4 +63,28 @@ {% endif %} + + + +{% block scripts %} + +{% endblock %} + {% endblock %} \ No newline at end of file