From 99c3e41ffa701f858df41be5fb7a6959be7a09de Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 16 Aug 2015 14:31:30 -0400 Subject: [PATCH] Remove template feature flag 'keep_together'. --- .../templates/appearance/generic_list_subtemplate.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html index cb1577b986..003e48f9b4 100644 --- a/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html +++ b/mayan/apps/appearance/templates/appearance/generic_list_subtemplate.html @@ -91,13 +91,7 @@ {% endfor %} {% endif %} {% for column in extra_columns %} - {% if column.keep_together %} - - {{ object|object_property:column.attribute|make_non_breakable }} - - {% else %} - {{ object|object_property:column.attribute }} - {% endif %} + {{ object|object_property:column.attribute }} {% endfor %} {% if not hide_links %}