Update tooltip and validation requirements

This commit is contained in:
luis cielak 2018-08-17 13:39:24 -04:00 committed by richard-dds
parent 9c6eee5c85
commit bd65341b88

View File

@ -77,7 +77,9 @@ class FinancialForm(ValidatedForm):
return valid
task_order_id = StringField(
"Task Order Number associated with this request", validators=[Required()]
"Task Order Number associated with this request",
description="Include the original Task Order number (including the 000X at the end). Do not include any modification numbers. Note that there may be a lag between approving a task order and when it becomes available in our system.",
validators=[Required()]
)
uii_ids = NewlineListField(