Add description

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

View File

@ -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)"),