diff --git a/templates/requests/index.html b/templates/requests/index.html
index dfee7184..9411776d 100644
--- a/templates/requests/index.html
+++ b/templates/requests/index.html
@@ -45,18 +45,6 @@
{% else %}
- {% if pending_financial_verification %}
-
- {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }}
-
- {% endif %}
-
- {% if pending_ccpo_approval %}
-
- {{ Alert('Request submitted. Approval pending.', fragment="fragments/pending_ccpo_approval_alert.html") }}
-
- {% endif %}
-
{% if extended_view %}
diff --git a/templates/requests/review_menu.html b/templates/requests/review_menu.html
index b8546233..f6f36aa0 100644
--- a/templates/requests/review_menu.html
+++ b/templates/requests/review_menu.html
@@ -1,5 +1,5 @@
-{% set pending_url=url_for('requests.view_request_details', request_id=request_id) %}
-{% set financial_url=url_for('requests.financial_verification', request_id=request_id) %}
+{% set pending_url=url_for('requests.view_request_details', request_id=request.id) %}
+{% set financial_url=url_for('requests.financial_verification', request_id=request.id) %}