From d33f90eb546a777f10f47da51dd48d4c679bef73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Tue, 9 Jan 2024 10:01:07 +0100 Subject: [PATCH] remove calendar mixin --- elections/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/elections/models.py b/elections/models.py index 943777be..a07e8ff6 100644 --- a/elections/models.py +++ b/elections/models.py @@ -282,7 +282,6 @@ class ElectionsFaqPage( ExtendedMetadataPageMixin, SubpageMixin, MetadataPageMixin, - CalendarMixin, PageInMenuMixin, Page, ): -- GitLab