From ea1b6f9bc60ac38099cd8b9418c485ed4e2296f3 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 15:15:30 +0300 Subject: [PATCH] use api.updateBlacklist instead of the same route --- templates/admin/categories/blacklist.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/admin/categories/blacklist.html b/templates/admin/categories/blacklist.html index 8f1959f..ae1d14c 100644 --- a/templates/admin/categories/blacklist.html +++ b/templates/admin/categories/blacklist.html @@ -2,7 +2,7 @@ {% block _title %}Blacklist{% endblock %} {% set blacklist_link = 'active' %} {% block _content %} -
+
@@ -15,4 +15,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}