From fa68627a2729300f0abe33a2e8a768b30addf7c1 Mon Sep 17 00:00:00 2001 From: eclipse Date: Thu, 8 May 2025 22:48:19 +0200 Subject: [PATCH] minor changes --- the_works/templates/views/genre.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/the_works/templates/views/genre.html b/the_works/templates/views/genre.html index 51a2396..85d07b0 100644 --- a/the_works/templates/views/genre.html +++ b/the_works/templates/views/genre.html @@ -6,7 +6,6 @@ {% endblock head %} - {% block heading %}Genres{% endblock heading %} {% block content %} @@ -94,4 +93,5 @@ }); } } -{% endblock script %} + +{% endblock script %}