diff --git a/templates/requests/index.html b/templates/requests/index.html
index 67df4760..8d74d497 100644
--- a/templates/requests/index.html
+++ b/templates/requests/index.html
@@ -17,6 +17,7 @@
{% endcall %}
{% call Modal(name='pendingCCPOApproval', dismissable=True) %}
+
Financial Verification submitted!
{% include 'fragments/pending_ccpo_approval_modal.html' %}
@@ -25,6 +26,16 @@
{% endcall %}
+ {% call Modal(name='pendingCCPOAcceptance', dismissable=True) %}
+ Request submitted!
+
+ {% include 'fragments/pending_ccpo_acceptance_alert.html' %}
+
+
+ {% endcall %}
+
{% if num_action_required %}
{% set title -%}
Action required on {{ num_action_required }} requests.