UII IDs are optional for financial verification
This commit is contained in:
dandds 2018-10-01 15:42:19 -04:00 committed by GitHub
commit a970514492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(