Removed unneeded HTML class and style

This commit is contained in:
Roberto Rosario
2011-03-16 17:01:37 -04:00
parent 4f8c34dd2d
commit f039f1b842

View File

@@ -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>