Formatting

This commit is contained in:
Montana
2018-08-27 10:59:40 -04:00
parent 4f9e7c3408
commit cfe9b7589e
9 changed files with 18 additions and 13 deletions

View File

@@ -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.")],
)