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'