choose/move listings never have orderable=True

This commit is contained in:
Matt Westcott 2015-04-17 14:25:59 +01:00
parent 548c63d604
commit dc16e6c42b
2 changed files with 0 additions and 6 deletions

View file

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

View file

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