From afb978418123d8248508e59dd6e48cec8c6cbf55 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Tue, 26 Jan 2021 02:17:25 +0100 Subject: [PATCH] skip_header check improved --- templates/common-head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/common-head.html b/templates/common-head.html index 4fb9e8e..5e65daf 100644 --- a/templates/common-head.html +++ b/templates/common-head.html @@ -14,7 +14,7 @@ {{ title }} - {% if skip_header == False %} + {% if not skip_header %}