move some block labels around
This commit is contained in:
@ -12,7 +12,7 @@ class GenericPage(Page):
|
||||
show_in_menus = True
|
||||
|
||||
lead = RichTextField(features=["bold", "italic", "link"])
|
||||
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock(label="Seksjon"))])
|
||||
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock())])
|
||||
|
||||
content_panels = Page.content_panels + [
|
||||
FieldPanel("lead", heading="Ingress"),
|
||||
|
Reference in New Issue
Block a user