aircox/models/page: display episode/page title

This commit is contained in:
Chris Tactic 2024-11-07 17:24:16 +01:00
parent 05be58b0c1
commit 0788d4af37

View File

@ -240,7 +240,7 @@ class ChildPage(Page):
@property
def display_title(self):
if self.is_published:
if self.title:
return self.title
return self.parent and self.parent.title or ""