From f30064881ec02ab1c6ced7c783ca90f79b697d78 Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Thu, 4 Nov 2021 09:19:46 -0500 Subject: [PATCH] Hotfix: Fix `target` attribute was not working --- taccsite_cms/templates/header_branding.html | 2 +- taccsite_cms/templates/header_logo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/taccsite_cms/templates/header_branding.html b/taccsite_cms/templates/header_branding.html index 7ec95cf2b..17705b5e7 100644 --- a/taccsite_cms/templates/header_branding.html +++ b/taccsite_cms/templates/header_branding.html @@ -5,7 +5,7 @@
{# DEBUG: #}{# {{ brands|first }} #} {% for brand in brands %} - {% with filename=brand|index:1 selectors=brand|index:2 targeturl=brand|index:3 targetType=brand|index:4 accessibility=brand|index:5 corstype=brand|index:6 visibility=brand|index:7 %} + {% with filename=brand|index:1 selectors=brand|index:2 targeturl=brand|index:3 targettype=brand|index:4 accessibility=brand|index:5 corstype=brand|index:6 visibility=brand|index:7 %} {% if visibility == "True" %} {% if brand == brands|first %} diff --git a/taccsite_cms/templates/header_logo.html b/taccsite_cms/templates/header_logo.html index a3a00c5f9..706c436b6 100644 --- a/taccsite_cms/templates/header_logo.html +++ b/taccsite_cms/templates/header_logo.html @@ -2,7 +2,7 @@ {% load staticfiles custom_portal_settings %} {% with settings.LOGO as logo %} - {% with filename=logo|index:1 selectors=logo|index:2 targeturl=logo|index:3 targetType=logo|index:4 accessibility=logo|index:5 corstype=logo|index:6 visibility=logo|index:7 %} + {% with filename=logo|index:1 selectors=logo|index:2 targeturl=logo|index:3 targettype=logo|index:4 accessibility=logo|index:5 corstype=logo|index:6 visibility=logo|index:7 %} {% if visibility == "True" %}