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 %}