mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-02 04:24:46 +00:00
preventing highlighting of th
This commit is contained in:
parent
d30dce16f4
commit
9e5a9eeb1e
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue