Move pending CCPO approval status to request
This commit is contained in:
@@ -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') %}
|
||||
<p>The CCPO will review and respond to your Financial Verification submission in 3 business days. You will be notified via email or phone.</p>
|
||||
<p>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.</p>
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
|
||||
{% if pending_review %}
|
||||
|
Reference in New Issue
Block a user