Closed songproducer closed 1 year ago
this should be
from wagtail.models import Page
from wagtail_footnotes.blocks import RichTextBlockWithFootnotes
class InformationPage(Page):
body = RichTextBlockWithFootnotes(blank=True)
content_panels = Page.content_panels + [
FieldPanel('body'),
]
covered by #37
Trying to install in a fresh project in Wagtail 5.1
but get class InformationPage(BasePage): ^^^^^^^^ NameError: name 'BasePage' is not defined