From e17d637c1d63545c9a16d283e59ac86221c8fc7f Mon Sep 17 00:00:00 2001 From: bkfox Date: Sun, 8 Jan 2017 23:12:35 +0100 Subject: [PATCH] fix error with logs page --- aircox_cms/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircox_cms/models.py b/aircox_cms/models.py index 87afbc9..53810fc 100755 --- a/aircox_cms/models.py +++ b/aircox_cms/models.py @@ -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'),