diff --git a/opentech/apply/models.py b/opentech/apply/models.py index 61dc1a6d282d23b603778643402484cddf29cac8..37ef47cb04d4c3428853bfa70968833b55a4f7b4 100644 --- a/opentech/apply/models.py +++ b/opentech/apply/models.py @@ -48,7 +48,7 @@ class ApplyHomePage(Page, SocialFields, ListingFields): # type: ignore class FundType(AbstractStreamForm): parent_page_types = [ApplyHomePage] - subpage_types = [] + subpage_types = [] # type: ignore base_form_class = WorkflowFormAdminForm WORKFLOWS = {