From 4561bb3e34fcf4cdec5da911e08db60999f0522f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 9 Dec 2022 07:59:27 +0200 Subject: [PATCH] make custom css not affect all settings --- files/templates/util/html_head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index bf8a228b67..9cd0dcf391 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -121,7 +121,7 @@ {% endif %} - {% if v.css and not request.path.startswith('/settings/css') %} + {% if v.css and not request.path.startswith('/settings') %}