Add subpage types to chapter

This commit is contained in:
Ramon Wenger 2018-08-15 10:49:46 +02:00
parent 4650fecfc7
commit c4ba21aedd
1 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,8 @@ class Chapter(Page):
template = 'generic_page.html'
parent_page_types = ['book.Module']
subpage_types = ['book.ContentBlock']
@classmethod
def get_module_chapters(cls, module):