Allow Page subpage in ArticleIndex

This commit is contained in:
Oleg Lavrovsky 2017-07-04 10:28:38 +02:00
parent d04bbbd7ee
commit 3796ae1581
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ class ArticleIndexPage(Page):
subpage_types = [
'home.ArticlePage',
'home.ArticleIndexPage',
'home.ContactForm'
'home.ContactForm',
'wagtailcore.Page'
]
class Meta:
verbose_name = "Rubrik"