Skip to content
Snippets Groups Projects
Commit eafceddc authored by Brian Canini's avatar Brian Canini
Browse files

asc_bootstrap - removing if statement wrapping container (if statement no longer needed)

parent f4c8a7a0
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@
*/
#}
{% for item in items %}
{% if is_front %}<div class="container">{% endif %}
<div class="container">
<div id="sht-desc" class="col-xs-12">
<!-- Indicators -->
......@@ -45,5 +45,5 @@
{{ item.content }}
</h2>
</div>
{% if is_front %}</div>{% endif %}
</div>
{% endfor %}
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