allow all subpage types on homepage
This commit is contained in:
@ -14,7 +14,6 @@ from wagtail.models import Orderable, Page
|
||||
|
||||
class HomePage(Page):
|
||||
max_count = 1
|
||||
subpage_types = []
|
||||
|
||||
content_panels = Page.content_panels + [
|
||||
InlinePanel("featured_events", heading="Fremhevede arrangementer")
|
||||
|
Reference in New Issue
Block a user