preventing highlighting of th

This commit is contained in:
Dave Cranwell 2014-07-24 15:54:06 +01:00
parent d30dce16f4
commit 9e5a9eeb1e

View file

@ -23,7 +23,7 @@
{% endif %}
<th class="type">{% trans 'Type' %}</th>
<th class="status">{% trans 'Status' %}</th>
<th class="children"></th>
<th></th>
</tr>
{% endif %}
{% if parent_page %}
@ -145,7 +145,7 @@
{% trans 'Status' %}
{% endif %}
</th>
<th class="children"></th>
<th></th>
</tr>
{% endif %}
</thead>