diff --git a/aircox_cms/sections.py b/aircox_cms/sections.py index de7eb1b..292aa33 100755 --- a/aircox_cms/sections.py +++ b/aircox_cms/sections.py @@ -995,7 +995,7 @@ class SectionTimetable(SectionItem,DatedListBase): ) panels = SectionItem.panels + DatedListBase.panels + [ - FieldPanel('page') + FieldPanel('target') ] def get_queryset(self, context):