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 @@
{{ 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" %}