diff --git a/server/core/urls.py b/server/core/urls.py index 291c3da9..c062f80b 100644 --- a/server/core/urls.py +++ b/server/core/urls.py @@ -18,7 +18,7 @@ urlpatterns = [ re_path(r"^statistics/", include("statistics.urls", namespace="statistics")), # wagtail re_path(r"^cms/autocomplete/", include(autocomplete_admin_urls)), - # re_path(r"^cms/pages/(\d+)/$", override_wagtailadmin_explore_default_ordering), + re_path(r"^cms/pages/(\d+)/$", override_wagtailadmin_explore_default_ordering), re_path(r"^cms/", include(wagtailadmin_urls)), re_path(r"^documents/", include(wagtaildocs_urls)), # graphql backend