Allow Page subpage in ArticleIndex
This commit is contained in:
parent
d04bbbd7ee
commit
3796ae1581
1 changed files with 2 additions and 1 deletions
|
@ -69,7 +69,8 @@ class ArticleIndexPage(Page):
|
|||
subpage_types = [
|
||||
'home.ArticlePage',
|
||||
'home.ArticleIndexPage',
|
||||
'home.ContactForm'
|
||||
'home.ContactForm',
|
||||
'wagtailcore.Page'
|
||||
]
|
||||
class Meta:
|
||||
verbose_name = "Rubrik"
|
||||
|
|
Loading…
Add table
Reference in a new issue