Removed unneeded HTML class and style
This commit is contained in:
@@ -63,9 +63,7 @@
|
||||
{% for column in extra_columns %}
|
||||
{% if column.keep_together %}
|
||||
<td>
|
||||
<span class="nowrap" style="word-wrap: normal">
|
||||
{{ object|object_property:column.attribute|safe|make_non_breakable }}
|
||||
</span>
|
||||
{{ object|object_property:column.attribute|safe|make_non_breakable }}
|
||||
</td>
|
||||
{% else %}
|
||||
<td>{{ object|object_property:column.attribute|safe }}</td>
|
||||
|
||||
Reference in New Issue
Block a user