From 3a4dde6be6725768b9ef00d01a0a12340a3072bc Mon Sep 17 00:00:00 2001 From: yaemiku Date: Thu, 4 Jan 2024 00:48:28 +0100 Subject: [PATCH] conditional banner --- core/templates/base.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/templates/base.html b/core/templates/base.html index e70929f..b35feb9 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -82,6 +82,7 @@ {% endif %} + {% if banner %}
+ {% endif %}