target update

This commit is contained in:
bkfox 2017-01-11 19:20:40 +01:00
parent 41c10643bc
commit c2ffe36734

View File

@ -999,7 +999,7 @@ class SectionTimetable(SectionItem,DatedListBase):
MultiFieldPanel([
FieldPanel('nav_visible'),
FieldPanel('target'),
], header=_('Navigation')),
], heading=_('Navigation')),
]
def get_queryset(self, context):