From 358e66f7f3789302841b78489f2701f84a064ddb Mon Sep 17 00:00:00 2001 From: Andrew Croce Date: Tue, 2 Oct 2018 08:32:32 -0400 Subject: [PATCH] only show the error alert if TO isn't the only error --- templates/requests/financial_verification.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/requests/financial_verification.html b/templates/requests/financial_verification.html index 04de3f23..d20a2a55 100644 --- a/templates/requests/financial_verification.html +++ b/templates/requests/financial_verification.html @@ -47,7 +47,7 @@ {% block form %} {% autoescape false %} - {% if f.errors %} + {% if f.errors and not f.is_only_missing_task_order_number %} {{ Alert('There were some errors', message="

Please see below.

", level='error'