Update financial.py

its not about fish
This commit is contained in:
andrewdds 2018-09-04 12:59:56 -04:00 committed by Andrew Croce
parent 259c048952
commit 16e0f3f175

View File

@ -113,7 +113,7 @@ class BaseFinancialForm(ValidatedForm):
treasury_code = StringField( treasury_code = StringField(
"Program Treasury Code", "Program Treasury Code",
description="Program Treasury Cod (or Appropriations Code) identifies resource types. <br/> <em>It should be a four digit or six digit number, prefixed by one or more zeros.</em>", description="Program Treasury Code (or Appropriations Code) identifies resource types. <br/> <em>It should be a four digit or six digit number, prefixed by one or more zeros.</em>",
validators=[Required(), Regexp(TREASURY_CODE_REGEX)] validators=[Required(), Regexp(TREASURY_CODE_REGEX)]
) )