From 9a5183a59731c780f07b92faaec6105e5817133a Mon Sep 17 00:00:00 2001 From: Ahmad Wahid Date: Thu, 14 Dec 2023 18:15:37 +0100 Subject: [PATCH] use direct comparison --- flexmeasures/ui/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flexmeasures/ui/templates/base.html b/flexmeasures/ui/templates/base.html index e50e5e454..3de4517c2 100644 --- a/flexmeasures/ui/templates/base.html +++ b/flexmeasures/ui/templates/base.html @@ -11,7 +11,7 @@ {% endblock head %} - {% if FLEXMEASURES_ENFORCE_SECURE_CONTENT_POLICY == true %} + {% if FLEXMEASURES_ENFORCE_SECURE_CONTENT_POLICY %} {% endif %}