fix error with logs page

This commit is contained in:
bkfox 2017-01-08 23:12:35 +01:00
parent 1d46348518
commit e17d637c1d

View File

@ -696,7 +696,7 @@ class LogsPage(DatedListPage):
verbose_name = _('Logs')
verbose_name_plural = _('Logs')
content_panels = DatedListBase.panels + [
content_panels = DatedListBase.content_panels + [
MultiFieldPanel([
FieldPanel('station'),
FieldPanel('age_max'),