From bd65341b886756e05ce652c23fe749f813f77c80 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Fri, 17 Aug 2018 13:39:24 -0400 Subject: [PATCH] Update tooltip and validation requirements --- atst/forms/financial.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/atst/forms/financial.py b/atst/forms/financial.py index bf5c0675..5e39eae0 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -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(