From 9f893524894868b4db62c5e13dc18411f31fed54 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 2 Jan 2023 05:50:49 +0200 Subject: [PATCH] same as last commit --- files/templates/root.html | 1 + files/templates/util/html_head.html | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/root.html b/files/templates/root.html index c933974df..3f054052a 100644 --- a/files/templates/root.html +++ b/files/templates/root.html @@ -24,6 +24,7 @@ + {% block body required %}{% endblock %} {{html_head.stylesheets_lower()}} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 2fb6de173..ee6bd31f0 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -9,7 +9,6 @@ {% macro javascript() %} - {% endmacro %} {% macro page_meta(title=none) %}