Skip to content
Snippets Groups Projects

Add parental link to article page

Merged jindra12 requested to merge features/add-parental-link-to-article-page into test
2 files
+ 5
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 4
0
@@ -412,6 +412,10 @@ class DistrictArticlePage(
)
return context
@property
def articles_page(self):
return self.get_parent()
class DistrictArticlesPage(
RoutablePageMixin, ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin, Page
Loading