From 359b5fb61b5da296e479186e38ea78c0fa6e86ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Sun, 27 Jul 2025 20:07:26 +0200 Subject: [PATCH] sortable w tabelach --- templates/admin/admin_panel.html | 4 +++- templates/user_expenses.html | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/admin/admin_panel.html b/templates/admin/admin_panel.html index 18c1065..f3c0fb1 100644 --- a/templates/admin/admin_panel.html +++ b/templates/admin/admin_panel.html @@ -80,7 +80,7 @@

📄 Wszystkie listy zakupowe

- +
@@ -187,6 +187,7 @@ {% block scripts %} + + {% endblock %}
diff --git a/templates/user_expenses.html b/templates/user_expenses.html index 77a149c..bd0bbb5 100644 --- a/templates/user_expenses.html +++ b/templates/user_expenses.html @@ -32,7 +32,7 @@
- +
@@ -66,7 +66,7 @@
-
+
@@ -104,7 +104,7 @@ - +
@@ -140,6 +140,7 @@ {% block scripts %} + {% endblock %} \ No newline at end of file