diff --git a/templates/requests/details.html b/templates/requests/details.html
index 89bdd105..06b860d3 100644
--- a/templates/requests/details.html
+++ b/templates/requests/details.html
@@ -6,9 +6,7 @@
{% if request.is_pending_ccpo_acceptance %}
-
{{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_acceptance_alert.html") }}
-
{% elif request.is_pending_ccpo_approval %}
{% call Alert('Pending CCPO Approval') %}
@@ -18,15 +16,15 @@
{% elif requires_fv_action %}
- {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% include 'requests/review_menu.html' %}
+ {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
{% endif %}
-
Request Details
- #{{ request.id }} {{ request.status_displayname }}
+ Request Details
+ #{{ request.id }} {{ request.status_displayname }}