Skip to content
Snippets Groups Projects
Commit 636e7f04 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix parent pages

parent ba4351bb
No related branches found
No related tags found
2 merge requests!732Release,!731Increase district logo res, fix main parent page types
......@@ -795,6 +795,7 @@ class MainSimplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin,
"main.MainHomePage",
"main.MainSimplePage",
"main.MainCrossroadPage",
"main.MainPeoplePage",
]
subpage_types = ["main.MainSimplePage"]
......@@ -882,6 +883,7 @@ class MainCrossroadPage(
parent_page_types = [
"main.MainHomePage",
"main.MainCrossroadPage",
"main.MainPeoplePage",
]
subpage_types = [
"main.MainSimplePage",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment