diff --git a/atst/forms/financial.py b/atst/forms/financial.py index 5e39eae0..394fab56 100644 --- a/atst/forms/financial.py +++ b/atst/forms/financial.py @@ -118,6 +118,7 @@ class FinancialForm(ValidatedForm): ) funding_type = SelectField( + description="What is the source of funding?", choices=[ ("", "- Select -"), ("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),