forked from rc/aircox
add new sections
This commit is contained in:
@ -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):
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user