From d4ae9763ed66b7f2107c5b16ac649d29df09ada6 Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 2 Oct 2018 08:32:06 -0400 Subject: [PATCH] Update the alert content when viewing the extended financial form --- templates/requests/financial_verification.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index a48725d7..04de3f23 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -21,8 +21,8 @@
{% if extended %} - {{ Alert('Task Order not found in EDA', - message="We could not find your Task Order in the EDA, our system of record. Please confirm that you have entered the information correctly and resubmit or click on the button below to enter the TO manually.", + {{ Alert('Manually enter Task Order information', + message="Additional field are displayed below, where you can manually enter financial information as documented in your Task Order.", level='warning' ) }} {% endif %}