Require PE id to be defined in financial verification form
This commit is contained in:
@@ -70,7 +70,7 @@ class FinancialForm(ValidatedForm):
|
||||
"Unique Item Identifier (UII)s related to your application(s) if you already have them."
|
||||
)
|
||||
|
||||
pe_id = StringField("Program Element (PE) Number related to your request")
|
||||
pe_id = StringField("Program Element (PE) Number related to your request", validators=[Required()])
|
||||
|
||||
treasury_code = StringField("Program Treasury Code")
|
||||
|
||||
|
Reference in New Issue
Block a user