Skip to content
Snippets Groups Projects
Commit 0d1863f3 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Ignore the typing in the page

parent 62c2d1f8
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ class ApplyHomePage(Page, SocialFields, ListingFields): # type: ignore ...@@ -48,7 +48,7 @@ class ApplyHomePage(Page, SocialFields, ListingFields): # type: ignore
class FundType(AbstractStreamForm): class FundType(AbstractStreamForm):
parent_page_types = [ApplyHomePage] parent_page_types = [ApplyHomePage]
subpage_types = [] subpage_types = [] # type: ignore
base_form_class = WorkflowFormAdminForm base_form_class = WorkflowFormAdminForm
WORKFLOWS = { WORKFLOWS = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment