target update

This commit is contained in:
bkfox
2017-01-11 19:28:42 +01:00
parent 01bf32418c
commit 9ad07e60b9
2 changed files with 2 additions and 2 deletions

View File

@ -1017,7 +1017,7 @@ class SectionTimetable(SectionItem,DatedListBase):
context['object_list'] = self.get_queryset(context)
context['target'] = self.target
if not self.nav_visible:
context['nav_dates'] = None
del context['nav_dates']['dates'];
return context