Merge pull request #906 from dod-ccpo/style-to-form-2

Style to form 2
This commit is contained in:
leigh-mil
2019-06-17 09:42:10 -04:00
committed by GitHub
11 changed files with 417 additions and 273 deletions

View File

@@ -41,6 +41,7 @@ class TaskOrderForm(BaseForm):
)
pdf = FileField(
None,
description="Your file may not exceed 50MB",
validators=[
FileAllowed(["pdf"], translate("forms.task_order.file_format_not_allowed")),
FileLength(message=translate("forms.validators.file_length")),