UII IDs are optional for financial verification

This commit is contained in:
dandds 2018-09-28 14:49:52 -04:00
parent df6a0527c3
commit 024108ae0e

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(