mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 09:43:10 +00:00
choose/move listings never have orderable=True
This commit is contained in:
parent
548c63d604
commit
dc16e6c42b
2 changed files with 0 additions and 6 deletions
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
{% block pre_parent_page_headers %}
|
||||
<tr class="table-headers">
|
||||
{% if orderable %}
|
||||
<th></th>
|
||||
{% endif %}
|
||||
<th class="title">Title</th>
|
||||
{% if show_parent %}
|
||||
<th class="parent">{% trans 'Parent' %}</th>
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
{% block pre_parent_page_headers %}
|
||||
<tr class="table-headers">
|
||||
{% if orderable %}
|
||||
<th></th>
|
||||
{% endif %}
|
||||
<th class="title">Title</th>
|
||||
{% if show_parent %}
|
||||
<th class="parent">{% trans 'Parent' %}</th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue