Disable CLIN fields via a config option

This commit is contained in:
George Drummond
2019-01-03 15:12:51 -05:00
parent 7a7f8914c8
commit 99f34fe45a
7 changed files with 59 additions and 7 deletions

View File

@@ -77,6 +77,11 @@ class FundingForm(CacheableForm):
clin_04 = IntegerField("CLIN 04: Classified")
class UnclassifiedFundingForm(FundingForm):
clin_02 = IntegerField("CLIN 02: Classified (available soon)")
clin_04 = IntegerField("CLIN 04: Classified (available soon)")
class OversightForm(CacheableForm):
ko_first_name = StringField("First Name")
ko_last_name = StringField("Last Name")