target update
This commit is contained in:
parent
396fa7167c
commit
41c10643bc
|
@ -994,8 +994,12 @@ class SectionTimetable(SectionItem,DatedListBase):
|
|||
help_text = _('if checked, navigation dates will be shown')
|
||||
)
|
||||
|
||||
# TODO: put in multi-field panel of datedlistbase
|
||||
panels = SectionItem.panels + DatedListBase.panels + [
|
||||
FieldPanel('target')
|
||||
MultiFieldPanel([
|
||||
FieldPanel('nav_visible'),
|
||||
FieldPanel('target'),
|
||||
], header=_('Navigation')),
|
||||
]
|
||||
|
||||
def get_queryset(self, context):
|
||||
|
|
Loading…
Reference in New Issue
Block a user