From 7cb5bbc125502b408fae1fbe549f4b21b40b6c0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Fri, 20 Aug 2021 17:25:09 +0200 Subject: [PATCH] elections2021: Menu update --- elections2021/models.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/elections2021/models.py b/elections2021/models.py index 55ad30f7..15fb5645 100644 --- a/elections2021/models.py +++ b/elections2021/models.py @@ -245,7 +245,11 @@ class Elections2021HomePage(MetadataPageMixin, RoutablePageMixin, Page): header_panels = [ StreamFieldPanel("header_links"), PageChooserPanel( - "program_strategic_page", "elections2021.Elections2021StrategicPage" + "program_strategic_page", + [ + "elections2021.Elections2021StrategicPage", + "elections2021.Elections2021ProgramInNutshellPage", + ], ), ] -- GitLab