wagtail / wagtailtrans

A Wagtail add-on for supporting multilingual sites
http://wagtailtrans.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
104 stars 60 forks source link

Use get_admin_display_title instead of title for pages in admin templates #210

Open jkevingutierrez opened 3 years ago

jkevingutierrez commented 3 years ago

Fix #209

Updating all the references of page.title to page.get_admin_display_title in the admin templates results in the same base Wagtail files, some of them had extra new things. That's why I'm removing them:

https://github.com/wagtail/wagtail/blob/master/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_move.html

https://github.com/wagtail/wagtail/blob/master/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_explore.html

https://github.com/wagtail/wagtail/blob/master/wagtail/admin/templates/wagtailadmin/pages/listing/_page_title_choose.html