Added go_live_at and expire_at to common page configuration

This commit is contained in:
Karl Hobley 2014-06-03 10:22:14 +01:00
parent 3fa98ef82e
commit ad3c62fed5

View file

@ -731,5 +731,7 @@ Page.promote_panels = [
FieldPanel('seo_title'),
FieldPanel('show_in_menus'),
FieldPanel('search_description'),
FieldPanel('go_live_at'),
FieldPanel('expire_at'),
], ugettext_lazy('Common page configuration')),
]