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

Limit lab page to only link to lab pages

parent 840bc023
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,7 @@ class LabPage(BasePage):
ImageChooserPanel('icon'),
FieldPanel('introduction'),
MultiFieldPanel([
# Limit to lab pages once created
PageChooserPanel('lab_type'),
PageChooserPanel('lab_type', 'funds.LabType'),
FieldPanel('lab_link'),
FieldPanel('link_text'),
], heading='Link for lab application'),
......
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