Skip to content

Commit

Permalink
fix: do not show branding if setting is falsey (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Sep 17, 2024
1 parent a0d139c commit 1f40cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taccsite_cms/templates/header_branding.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
{% endwith %}

{% else %}
{% elif settings.PORTAL_BRANDING %}

{% with settings.PORTAL_BRANDING as brands %}
<div id="header-branding" class="branding-header {{className}}">
Expand Down

0 comments on commit 1f40cca

Please sign in to comment.