We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Found a bug, please fill out the sections below
Updating a page title without publishing it, is not showing the updated title in the pages list.
Looking at the code the _page_title_explore.html is using the page.title instead of page.get_admin_display_title
page.title
page.get_admin_display_title
/admin/pages/
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Found a bug, please fill out the sections below
Issue summary
Updating a page title without publishing it, is not showing the updated title in the pages list.
Looking at the code the _page_title_explore.html is using the
page.title
instead ofpage.get_admin_display_title
How to reproduce?
/admin/pages/
the page is showing the old title.Technical details
The text was updated successfully, but these errors were encountered: