From f039f1b84223283d45b6cb925986b40391e5fbb6 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Wed, 16 Mar 2011 17:01:37 -0400 Subject: [PATCH] Removed unneeded HTML class and style --- apps/common/templates/generic_list_subtemplate.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/apps/common/templates/generic_list_subtemplate.html b/apps/common/templates/generic_list_subtemplate.html index 7fa885a7d7..d2be04a000 100644 --- a/apps/common/templates/generic_list_subtemplate.html +++ b/apps/common/templates/generic_list_subtemplate.html @@ -63,9 +63,7 @@ {% for column in extra_columns %} {% if column.keep_together %} - - {{ object|object_property:column.attribute|safe|make_non_breakable }} - + {{ object|object_property:column.attribute|safe|make_non_breakable }} {% else %} {{ object|object_property:column.attribute|safe }}