Remove template feature flag 'keep_together'.
This commit is contained in:
@@ -91,13 +91,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% for column in extra_columns %}
|
{% for column in extra_columns %}
|
||||||
{% if column.keep_together %}
|
<td>{{ object|object_property:column.attribute }}</td>
|
||||||
<td>
|
|
||||||
{{ object|object_property:column.attribute|make_non_breakable }}
|
|
||||||
</td>
|
|
||||||
{% else %}
|
|
||||||
<td>{{ object|object_property:column.attribute }}</td>
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if not hide_links %}
|
{% if not hide_links %}
|
||||||
<td class="last">
|
<td class="last">
|
||||||
|
|||||||
Reference in New Issue
Block a user