diff --git a/hypha/apply/funds/models/utils.py b/hypha/apply/funds/models/utils.py index 8507d795bd76caee537b2b078af59d478152efc6..a59ae8897b26a9d4b6ad018ccc053ccc10345fc9 100644 --- a/hypha/apply/funds/models/utils.py +++ b/hypha/apply/funds/models/utils.py @@ -117,7 +117,7 @@ class WorkflowStreamForm(WorkflowHelpers, AbstractStreamForm): # type: ignore FieldPanel('workflow_name'), InlinePanel('forms', label=_('Forms')), InlinePanel('review_forms', label=_('Internal Review Forms')), - InlinePanel('external_review_forms', label=_('External Review Forms')), + InlinePanel('external_review_forms', label=_('External Review Forms'), max_num=1), InlinePanel('determination_forms', label=_('Determination Forms')) ]