Continue showing "review and submit" after request is approved
This commit is contained in:
parent
ab6af09d05
commit
269f23d56c
@ -174,7 +174,7 @@ class JEDIRequestFlow(object):
|
||||
"title": "Review & Submit",
|
||||
"section": "review_submit",
|
||||
"form": ReviewForm,
|
||||
"show": self.request and self.request["status"] == "pending_submission",
|
||||
"show": self.request and self.request["status"] != "incomplete",
|
||||
},
|
||||
{
|
||||
"title": "Financial Verification",
|
||||
|
Loading…
x
Reference in New Issue
Block a user