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

Make sure we get the forms from the round instead of the fund

parent d62963b7
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ class ReviewContextMixin: ...@@ -31,7 +31,7 @@ class ReviewContextMixin:
def get_fields_for_stage(submission): def get_fields_for_stage(submission):
forms = submission.page.specific.review_forms.all() forms = submission.get_from_parent('review_forms').all()
index = submission.workflow.stages.index(submission.stage) index = submission.workflow.stages.index(submission.stage)
try: try:
return forms[index].form.form_fields return forms[index].form.form_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