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