From 396fa7167cb7d5e6b7de678e1694439964bfa736 Mon Sep 17 00:00:00 2001 From: bkfox Date: Wed, 11 Jan 2017 19:17:33 +0100 Subject: [PATCH] target update --- aircox_cms/sections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):