Remove template feature flag 'keep_together'.

This commit is contained in:
Roberto Rosario
2015-08-16 14:31:30 -04:00
parent 60bc327756
commit 99c3e41ffa

View File

@@ -91,13 +91,7 @@
{% endfor %}
{% endif %}
{% for column in extra_columns %}
{% if column.keep_together %}
<td>
{{ object|object_property:column.attribute|make_non_breakable }}
</td>
{% else %}
<td>{{ object|object_property:column.attribute }}</td>
{% endif %}
<td>{{ object|object_property:column.attribute }}</td>
{% endfor %}
{% if not hide_links %}
<td class="last">