Align fields for clarity

This commit is contained in:
luis cielak
2018-08-16 10:00:28 -04:00
committed by richard-dds
parent 8e2ce6ccc7
commit 9ee253d8f5
2 changed files with 102 additions and 22 deletions

View File

@@ -100,7 +100,6 @@ class FinancialForm(ValidatedForm):
)
funding_type = SelectField(
validators=[Required()],
choices=[
("", "- Select -"),
("RDTE", "Research, Development, Testing & Evaluation (RDT&E)"),