From 5533e26d471f5d110dc561b217a7ce599db4d68f Mon Sep 17 00:00:00 2001 From: eclipse Date: Sat, 26 Apr 2025 12:58:49 +0200 Subject: [PATCH] added jinja block for scripts --- the_works/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/the_works/templates/base.html b/the_works/templates/base.html index 19907fe..68b0ab6 100644 --- a/the_works/templates/base.html +++ b/the_works/templates/base.html @@ -16,6 +16,8 @@ + {% block script %}{% endblock script %} +