diff --git a/server/core/templates/wagtailadmin/pages/listing/_list.html b/server/core/templates/wagtailadmin/pages/listing/_list.html index 4ac428e0..d178eafa 100644 --- a/server/core/templates/wagtailadmin/pages/listing/_list.html +++ b/server/core/templates/wagtailadmin/pages/listing/_list.html @@ -50,7 +50,7 @@ {% if pages %} {% trans "Select page" as checkbox_aria_label %} - {% for page in pages %} + {% for page in pages|dictsort:"title"%} {% page_permissions page as page_perms %} - - {# {% if page.content_type.model == 'chapter' %}#} - {# #} - {# #} - {##} - {# #} - {# #} - {# #} - {# #} - {##} - {##} - {# #} - {##} - {# {% endif %}#} - {##} - - - - {% endfor %} {% else %} {% block no_results %}{% endblock %}