From e1486066130edb378e9468f18478a2f8d9626673 Mon Sep 17 00:00:00 2001 From: luis cielak Date: Fri, 17 Aug 2018 13:44:39 -0400 Subject: [PATCH] Add description --- atst/forms/financial.py | 1 + 1 file changed, 1 insertion(+) 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)"),