Skip to content
Snippets Groups Projects
Commit a0f316ff authored by Alexa Valentová's avatar Alexa Valentová
Browse files

fix settings panels

parent f0d9bdec
No related branches found
No related tags found
2 merge requests!1037fix settings panels,!1036fix settings panels
Pipeline #18837 passed
......@@ -148,7 +148,7 @@ class DistrictHomePage(CalendarMixin, MainHomePageMixin):
FieldPanel("footer_extra_content"),
]
settings_panels = MainHomePageMixin.settings_panels + [
settings_panels = [
MultiFieldPanel(
[
FieldPanel("calendar_button_text"),
......@@ -163,14 +163,11 @@ class DistrictHomePage(CalendarMixin, MainHomePageMixin):
],
"Formulář pro odběr newsletteru",
),
FieldPanel("matomo_id")
]
### EDIT HANDLERS
settings_panels = [
FieldPanel("matomo_id"),
]
edit_handler = TabbedInterface(
[
ObjectList(MainHomePageMixin.content_panels, heading="Obsah"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment