diff --git a/apps/common/templates/generic_list_subtemplate.html b/apps/common/templates/generic_list_subtemplate.html index 47fc6dbb3f..7fa885a7d7 100644 --- a/apps/common/templates/generic_list_subtemplate.html +++ b/apps/common/templates/generic_list_subtemplate.html @@ -62,9 +62,11 @@ {% endif %} {% 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 }} {% endif %}