kopia lustrzana https://github.com/wagtail/wagtail
Remove redundant moving/choosing flags
rodzic
02d6b08249
commit
4b285a1c8b
|
@ -8,5 +8,5 @@
|
|||
{% include "wagtailadmin/shared/breadcrumb.html" with page=parent_page choosing=1 %}
|
||||
|
||||
{% if pages %}
|
||||
{% include "wagtailadmin/pages/listing/_list_choose.html" with choosing=1 allow_navigation=1 orderable=0 pages=pages parent_page=parent_page %}
|
||||
{% include "wagtailadmin/pages/listing/_list_choose.html" with allow_navigation=1 orderable=0 pages=pages parent_page=parent_page %}
|
||||
{% endif %}
|
||||
|
|
|
@ -13,5 +13,5 @@
|
|||
</h2>
|
||||
|
||||
{% if pages %}
|
||||
{% include "wagtailadmin/pages/listing/_list_choose.html" with choosing=1 show_parent=1 pages=pages parent_page=parent_page %}
|
||||
{% include "wagtailadmin/pages/listing/_list_choose.html" with show_parent=1 pages=pages parent_page=parent_page %}
|
||||
{% endif %}
|
||||
|
|
|
@ -8,6 +8,6 @@
|
|||
</header>
|
||||
|
||||
<div class="nice-padding">
|
||||
{% include "wagtailadmin/pages/listing/_list_move.html" with moving=1 pages=child_pages parent_page=viewed_page %}
|
||||
{% include "wagtailadmin/pages/listing/_list_move.html" with pages=child_pages parent_page=viewed_page %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Ładowanie…
Reference in New Issue