From 1c19d44c9bc6dceeefd78bd9fb0a3e00247c038e Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 14 Sep 2018 13:48:29 -0400 Subject: [PATCH] Remove "pending review" alert --- atst/routes/requests/requests_form.py | 1 - templates/requests/details.html | 7 ------- 2 files changed, 8 deletions(-) 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