forked from rc/aircox
nc
This commit is contained in:
parent
5ad7e0fc51
commit
858aa7baf3
|
@ -1008,8 +1008,9 @@ class SectionTimetable(SectionItem,DatedBaseList):
|
||||||
panels = SectionItem.panels + DatedBaseList.panels + [
|
panels = SectionItem.panels + DatedBaseList.panels + [
|
||||||
MultiFieldPanel([
|
MultiFieldPanel([
|
||||||
FieldPanel('nav_visible'),
|
FieldPanel('nav_visible'),
|
||||||
|
FieldPanel('station'),
|
||||||
FieldPanel('target'),
|
FieldPanel('target'),
|
||||||
], heading=_('Navigation')),
|
], heading=_('Timetable')),
|
||||||
]
|
]
|
||||||
|
|
||||||
def get_queryset(self, context):
|
def get_queryset(self, context):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user