diff --git a/atst/routes/requests/requests_form.py b/atst/routes/requests/requests_form.py index 221069c6..79a1535d 100644 --- a/atst/routes/requests/requests_form.py +++ b/atst/routes/requests/requests_form.py @@ -142,7 +142,6 @@ def view_request_details(request_id=None): data=data, request_id=request.id, 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 diff --git a/templates/requests/details.html b/templates/requests/details.html index 2b56398d..3b18d8c9 100644 --- a/templates/requests/details.html +++ b/templates/requests/details.html @@ -18,13 +18,6 @@ {% endcall %} {% endif %} - {% if pending_review %} - {{ Alert('Your request is being reviewed', - message="

You cannot edit your submitted request while it is under review. Your request will be reviewed within 3 business days.

", - level='warning' - ) }} - {% endif %} -

Request Details