From ba4351bbdf97c3861dca70c2b57415bc99105e61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Tue, 28 Feb 2023 11:14:00 +0100 Subject: [PATCH] add teams subpages to people page --- main/models.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/models.py b/main/models.py index 55f729fc..e44e3809 100644 --- a/main/models.py +++ b/main/models.py @@ -647,7 +647,11 @@ class MainPeoplePage(ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin, ### RELATIONS parent_page_types = ["main.MainHomePage"] - subpage_types = ["main.MainPersonPage"] + subpage_types = [ + "main.MainPersonPage", + "main.MainSimplePage", + "main.MainCrossroadPage", + ] ### OTHERS -- GitLab