From a9d6acd0de7abaf3d1f4b170929f406f4ebb8b7a Mon Sep 17 00:00:00 2001 From: eclipse Date: Thu, 8 May 2025 22:08:25 +0200 Subject: [PATCH] updated Javascript --- the_works/templates/views/genre.html | 98 +++++++++++++--------------- 1 file changed, 46 insertions(+), 52 deletions(-) diff --git a/the_works/templates/views/genre.html b/the_works/templates/views/genre.html index 0bf6ee1..51a2396 100644 --- a/the_works/templates/views/genre.html +++ b/the_works/templates/views/genre.html @@ -2,55 +2,10 @@ {% block title %}Genres{% endblock title %} -{% block script %} -{% endblock script %} {% block heading %}Genres{% endblock heading %} @@ -58,7 +13,7 @@ {% include "_icons.svg" %} - +
@@ -76,11 +31,11 @@
Genre
- +
- +

#

@@ -100,4 +55,43 @@
-{% endblock content %} \ No newline at end of file +{% endblock content %} + +{% block script %} + + +{% endblock script %}