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

prevent other subpages of the fund page

parent 0e488ecf
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,8 @@ class ApplyHomePage(Page, SocialFields, ListingFields): # type: ignore ...@@ -48,6 +48,8 @@ class ApplyHomePage(Page, SocialFields, ListingFields): # type: ignore
class FundPage(AbstractStreamForm): class FundPage(AbstractStreamForm):
parent_page_types = [ApplyHomePage] parent_page_types = [ApplyHomePage]
subpage_types = []
base_form_class = WorkflowFormAdminForm base_form_class = WorkflowFormAdminForm
WORKFLOWS = { WORKFLOWS = {
'single': SingleStage.name, 'single': SingleStage.name,
......
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