add new sections

This commit is contained in:
bkfox
2016-07-22 19:59:09 +02:00
parent 8906ba0919
commit ac5db1ea84
2 changed files with 128 additions and 40 deletions

View File

@ -196,6 +196,10 @@ class Publication(Page):
blank=True
)
class Meta:
verbose_name = _('Publication')
verbose_name_plural = _('Publication')
content_panels = Page.content_panels + [
FieldPanel('body', classname="full")
]
@ -619,3 +623,5 @@ class TimetablePage(DatedListPage):