From c6a05dad07150c511da6131023a450ca12b725c0 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Mon, 18 Mar 2019 15:11:20 +0100
Subject: [PATCH] Allow admins to ask for more info after Ready for Preliminary
 Determination status.

---
 opentech/apply/funds/workflow.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opentech/apply/funds/workflow.py b/opentech/apply/funds/workflow.py
index d2a07773f..6380e1b54 100644
--- a/opentech/apply/funds/workflow.py
+++ b/opentech/apply/funds/workflow.py
@@ -473,6 +473,7 @@ DoubleStageDefinition = [
         'concept_determination': {
             'transitions': {
                 'invited_to_proposal': 'Invite to Proposal',
+                'concept_review_more_info': 'Request More Information',
                 'concept_rejected': 'Dismiss',
             },
             'display': 'Ready for Preliminary Determination',
-- 
GitLab