target update

This commit is contained in:
bkfox 2017-01-11 19:20:03 +01:00
parent 396fa7167c
commit 41c10643bc

View File

@ -994,8 +994,12 @@ class SectionTimetable(SectionItem,DatedListBase):
help_text = _('if checked, navigation dates will be shown') help_text = _('if checked, navigation dates will be shown')
) )
# TODO: put in multi-field panel of datedlistbase
panels = SectionItem.panels + DatedListBase.panels + [ panels = SectionItem.panels + DatedListBase.panels + [
FieldPanel('target') MultiFieldPanel([
FieldPanel('nav_visible'),
FieldPanel('target'),
], header=_('Navigation')),
] ]
def get_queryset(self, context): def get_queryset(self, context):