Skip to content
Snippets Groups Projects
Commit 5226d281 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

fix search backend bug

parent b5440daa
No related branches found
No related tags found
2 merge requests!876Fix shared articles & release elections web,!863Add elections web
Pipeline #16122 passed
...@@ -160,8 +160,7 @@ class ElectionsSearchPage(MainSearchPageMixin): ...@@ -160,8 +160,7 @@ class ElectionsSearchPage(MainSearchPageMixin):
def searchable_models(self) -> list: def searchable_models(self) -> list:
return [ return [
ElectionsArticlePage, ElectionsArticlePage,
ElectionsPersonPage, ElectionsCandidatePage,
ElectionsSimplePage,
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment