rename 'Leder' to 'Ingress'

This commit is contained in:
2024-06-24 00:35:57 +02:00
parent 0e04617fc9
commit 2925ef68b0
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ class AssociationIndex(Page):
body = CommonStreamField body = CommonStreamField
content_panels = Page.content_panels + [ content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"), FieldPanel("lead", heading="Ingress"),
FieldPanel("body", heading="Innhold"), FieldPanel("body", heading="Innhold"),
] ]

View File

@ -15,7 +15,7 @@ class GenericPage(Page):
body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock(label="Seksjon"))]) body = StreamField(BASE_BLOCKS + [("page_section", PageSectionBlock(label="Seksjon"))])
content_panels = Page.content_panels + [ content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"), FieldPanel("lead", heading="Ingress"),
FieldPanel("body", heading="Innhold"), FieldPanel("body", heading="Innhold"),
] ]

View File

@ -16,7 +16,7 @@ class NewsIndex(Page):
lead = RichTextField(features=["bold", "italic", "link"], blank=True) lead = RichTextField(features=["bold", "italic", "link"], blank=True)
content_panels = Page.content_panels + [ content_panels = Page.content_panels + [
FieldPanel("lead", heading="Leder"), FieldPanel("lead", heading="Ingress"),
] ]
graphql_fields = [ graphql_fields = [