Skip to content
Snippets Groups Projects
Commit 18612c1a authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5129: updating views view to not error our and use correct services view

parent 31003501
No related branches found
No related tags found
1 merge request!57Feature/istwcms 5129 ebremner theme services views
......@@ -40,7 +40,7 @@
]
%}
{% if (view.current_display == 'catalog_a_z_page') || (view.current_display == 'service_a_z_page') %}
{% if (view.current_display == 'catalog_a_z_page') or (view.current_display == 'services_page') %}
<div class="views-element-container contextual-region">
{% endif %}
......@@ -78,6 +78,6 @@
'exp_col_all': exp_col_all,
} %}
{% if (view.current_display == 'catalog_a_z_page') || (view.current_display == 'service_a_z_page') %}
{% if (view.current_display == 'catalog_a_z_page') or (view.current_display == 'services_page') %}
</div>
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment