From c2ffe36734b309d9b99e07b0a1034150e353348e Mon Sep 17 00:00:00 2001 From: bkfox Date: Wed, 11 Jan 2017 19:20:40 +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 1a4c723..09e8ea9 100755 --- a/aircox_cms/sections.py +++ b/aircox_cms/sections.py @@ -999,7 +999,7 @@ class SectionTimetable(SectionItem,DatedListBase): MultiFieldPanel([ FieldPanel('nav_visible'), FieldPanel('target'), - ], header=_('Navigation')), + ], heading=_('Navigation')), ] def get_queryset(self, context):