From 906c21acc4aff22913b92b5fdb7727bd9e8116b2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 2 Sep 2022 19:03:42 +0200 Subject: [PATCH] add nocss parameter to holes --- files/templates/default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/default.html b/files/templates/default.html index 816d9ae8ff..cc6d1119a5 100644 --- a/files/templates/default.html +++ b/files/templates/default.html @@ -51,7 +51,7 @@ {% endif %} - {% if sub and sub.css and not request.path.endswith('settings') %} + {% if sub and sub.css and not request.path.endswith('settings') and not request.values.get('nocss') %} {% endif %}