Update financial.py
its not about fish
This commit is contained in:
parent
259c048952
commit
16e0f3f175
@ -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)]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user