Skip to content
Snippets Groups Projects
Commit 11faece0 authored by jan.bednarik's avatar jan.bednarik
Browse files

main: Allow simple pages childs

parent b6fbb010
No related branches found
No related tags found
2 merge requests!654release,!653Fix
Pipeline #10534 passed
...@@ -718,8 +718,8 @@ class MainSimplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin, ...@@ -718,8 +718,8 @@ class MainSimplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin,
### RELATIONS ### RELATIONS
parent_page_types = ["main.MainHomePage"] parent_page_types = ["main.MainHomePage", "main.MainSimplePage"]
subpage_types = [] subpage_types = ["main.MainSimplePage"]
### OTHERS ### OTHERS
class Meta: class Meta:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment