Formatting
This commit is contained in:
@@ -216,4 +216,7 @@ class ExtendedFinancialForm(BaseFinancialForm):
|
||||
filters=[number_to_int],
|
||||
)
|
||||
|
||||
task_order = FileField("Upload a copy of your Task Order", validators=[FileAllowed(['pdf'], 'Only PDF documents can be uploaded.')])
|
||||
task_order = FileField(
|
||||
"Upload a copy of your Task Order",
|
||||
validators=[FileAllowed(["pdf"], "Only PDF documents can be uploaded.")],
|
||||
)
|
||||
|
Reference in New Issue
Block a user