From 9fb95135c1811e877709943a95ef566d0ac4ecd6 Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:12:53 -0500 Subject: [PATCH] feat: do not show branding if setting is falsey --- taccsite_cms/templates/header_branding.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taccsite_cms/templates/header_branding.html b/taccsite_cms/templates/header_branding.html index d905c596c..38df833a6 100644 --- a/taccsite_cms/templates/header_branding.html +++ b/taccsite_cms/templates/header_branding.html @@ -26,7 +26,7 @@ {% endwith %} -{% else %} +{% elif settings.PORTAL_BRANDING %} {% with settings.PORTAL_BRANDING as brands %}