Skip to content
Snippets Groups Projects
Commit 9f7c60d0 authored by Parbhat Puri's avatar Parbhat Puri
Browse files

Use BasePage content_panels

parent bbc20f02
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class FormPage(AbstractEmailForm, BasePage):
index.SearchField('intro'),
]
content_panels = AbstractEmailForm.content_panels + [
content_panels = BasePage.content_panels + [
FieldPanel('intro', classname="full"),
InlinePanel('form_fields', label="Form fields"),
FieldPanel('thank_you_text', classname="full"),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment