From 85783ee39419b5e05ab932fd4500e77659afdac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 17 Aug 2021 18:15:44 +0200 Subject: [PATCH] elections2021: Fix Stream field panel for banners --- elections2021/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections2021/models.py b/elections2021/models.py index a463a62d..0a261c67 100644 --- a/elections2021/models.py +++ b/elections2021/models.py @@ -2507,7 +2507,7 @@ class Elections2021BannerListPage( content_panels = Page.content_panels + [ FieldPanel("subtitle"), - FieldPanel("banners"), + StreamFieldPanel("banners"), ] promote_panels = [ -- GitLab