Removed unneeded html tags

This commit is contained in:
Roberto Rosario
2011-02-05 03:14:36 -04:00
parent 31de721ea8
commit c59d6640f4
2 changed files with 0 additions and 6 deletions

View File

@@ -37,9 +37,7 @@
</div>
{% for subtemplate in subtemplates %}
<div class="content">
{% include subtemplate %}
</div>
{% endfor %}
{% for subtemplate in subtemplates_dict %}
@@ -49,9 +47,7 @@
{% with subtemplate.hide_object as hide_object %}
{% with subtemplate.main_object as main_object %}
{% with subtemplate.hide_link as hide_link %}
<div class="content">
{% include subtemplate.name %}
</div>
{% endwith %}
{% endwith %}
{% endwith %}

View File

@@ -11,9 +11,7 @@
{% with subtemplate.hide_object as hide_object %}
{% with subtemplate.main_object as main_object %}
{% with subtemplate.hide_link as hide_link %}
<div class="content">
{% include subtemplate.name %}
</div>
{% endwith %}
{% endwith %}
{% endwith %}