diff --git a/elections2021/models.py b/elections2021/models.py
index 0411ef078437016c9134f28d8d9980488513fc3a..e5e1a22a5419d04ccd93c96940f3e25b5a4a8cde 100644
--- a/elections2021/models.py
+++ b/elections2021/models.py
@@ -97,7 +97,6 @@ class Elections2021HomePage(Page, MetadataPageMixin):
 
     ### RELATIONS
 
-    parent_page_types = []
     subpage_types = [
         "elections2021.Elections2021ArticlesPage",
         "elections2021.Elections2021CandidatesListPage",