From 1f40ccacbc2428560f07c6fe621d260dc114fdee Mon Sep 17 00:00:00 2001 From: Wesley B <62723358+wesleyboar@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:53:07 -0500 Subject: [PATCH] fix: do not show branding if setting is falsey (#877) --- 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 %}