forked from rc/aircox
fix error with logs page
This commit is contained in:
parent
1d46348518
commit
e17d637c1d
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue
Block a user