Skip to content
Snippets Groups Projects
Unverified Commit 22142e8d authored by Todd Dembrey's avatar Todd Dembrey Committed by GitHub
Browse files

Merge pull request #465 from OpenTechFund/bugfix/move-people-page

Only allow people page under index pages
parents ebedf888 7e63911c
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ class PersonPage(FundingMixin, BasePage):
class PersonIndexPage(BasePage):
subpage_types = ['PersonPage']
parent_page_types = ['home.HomePage']
parent_page_types = ['standardpages.IndexPage']
@cached_property
def people(self):
......
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