From 6898f86611d8bb2e871a78b4acc346b6edd837e3 Mon Sep 17 00:00:00 2001 From: richard-dds Date: Thu, 16 Aug 2018 16:32:53 -0400 Subject: [PATCH] UIIs are required --- atst/forms/financial.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/atst/forms/financial.py b/atst/forms/financial.py index 8a444bf7..f7aa76a6 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -75,7 +75,8 @@ class FinancialForm(ValidatedForm): ) uii_ids = NewlineListField( - "Unique Item Identifier (UII)s related to your application(s) if you already have them" + "Unique Item Identifier (UII)s related to your application(s) if you already have them", + validators=[Required()] ) pe_id = StringField("Program Element (PE) Number related to your request", validators=[Required()])