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

fixup! Move the base_form_class back to where it was

parent a8fdc78b
No related branches found
No related tags found
No related merge requests found
from django import forms
from django.db import models
from modelcluster.fields import ParentalKey
......@@ -76,7 +75,6 @@ class Round(AbstractStreamForm):
parent_page_types = ['funds.FundType']
subpage_types = [] # type: ignore
def get_defined_fields(self):
# Only return the first form, will need updating for when working with 2 stage WF
return self.get_parent().specific.forms.all()[0].fields
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