From c59d6640f427b1c61cd7702353d3ad970b9d8794 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sat, 5 Feb 2011 03:14:36 -0400 Subject: [PATCH] Removed unneeded html tags --- apps/common/templates/generic_detail.html | 4 ---- apps/common/templates/generic_form.html | 2 -- 2 files changed, 6 deletions(-) diff --git a/apps/common/templates/generic_detail.html b/apps/common/templates/generic_detail.html index b1b7107d10..bf1c4a4e35 100755 --- a/apps/common/templates/generic_detail.html +++ b/apps/common/templates/generic_detail.html @@ -37,9 +37,7 @@ {% for subtemplate in subtemplates %} -
{% include subtemplate %} -
{% 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 %} -
{% include subtemplate.name %} -
{% endwith %} {% endwith %} {% endwith %} diff --git a/apps/common/templates/generic_form.html b/apps/common/templates/generic_form.html index ba1a2955dc..36c3c3ce47 100755 --- a/apps/common/templates/generic_form.html +++ b/apps/common/templates/generic_form.html @@ -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 %} -
{% include subtemplate.name %} -
{% endwith %} {% endwith %} {% endwith %}