diff --git a/atst/routes/requests/requests_form.py b/atst/routes/requests/requests_form.py index 2fb4891a..221069c6 100644 --- a/atst/routes/requests/requests_form.py +++ b/atst/routes/requests/requests_form.py @@ -144,6 +144,7 @@ def view_request_details(request_id=None): status=request.status_displayname, pending_review=request.is_pending_ccpo_action, pending_ccpo_acceptance=request.is_pending_ccpo_acceptance, + pending_ccpo_approval=request.is_pending_ccpo_approval, financial_verification=request.is_pending_financial_verification or request.is_pending_financial_verification_changes, financial_review=financial_review, diff --git a/templates/fragments/pending_ccpo_approval_alert.html b/templates/fragments/pending_ccpo_acceptance_alert.html similarity index 100% rename from templates/fragments/pending_ccpo_approval_alert.html rename to templates/fragments/pending_ccpo_acceptance_alert.html diff --git a/templates/requests/details.html b/templates/requests/details.html index 095f5cc6..2b56398d 100644 --- a/templates/requests/details.html +++ b/templates/requests/details.html @@ -10,7 +10,12 @@ {% endif %} {% if pending_ccpo_acceptance %} - {{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_approval_alert.html") }} + {{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_acceptance_alert.html") }} + {% elif pending_ccpo_approval %} + {% call Alert('Pending CCPO Approval') %} +
The CCPO will review and respond to your Financial Verification submission in 3 business days. You will be notified via email or phone.
+Once the financial verification is approved you will be invited to create your JEDI Workspace and set-up your projects. Click here for more details.
+ {% endcall %} {% endif %} {% if pending_review %}