From 35a1ed5045a7e9f1ae9a4a86c6c0ea104c1ee69a Mon Sep 17 00:00:00 2001 From: richard-dds Date: Fri, 14 Sep 2018 13:48:45 -0400 Subject: [PATCH] Swap position of FV menu and alert --- templates/requests/financial_verification.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 06de0770..1ef6b31f 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -6,17 +6,15 @@ {% block content %} +{% if request.is_pending_financial_verification %} + {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }} +{% endif %} {% include 'requests/review_menu.html' %}
- {% if request.is_pending_financial_verification %} - {{ Alert('Pending Financial Verification', fragment="fragments/pending_financial_verification.html") }} - {% endif %} - - {% if extended %} {{ Alert('Task Order not found in EDA', message="Since the Task Order (TO) number was not found in our system of record, EDA, please populate the additional fields in the form below.",