From 024108ae0e1599520f52ca08d7ad28344a3058e7 Mon Sep 17 00:00:00 2001 From: dandds Date: Fri, 28 Sep 2018 14:49:52 -0400 Subject: [PATCH] UII IDs are optional for financial verification --- atst/forms/financial.py | 1 - 1 file changed, 1 deletion(-) diff --git a/atst/forms/financial.py b/atst/forms/financial.py index afc6f3d0..9522ec12 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -105,7 +105,6 @@ class BaseFinancialForm(ValidatedForm): uii_ids = NewlineListField( "Unique Item Identifier (UII)s related to your application(s) if you already have them.", description="If you have more than one UII, place each one on a new line.", - validators=[InputRequired()], ) pe_id = StringField(