Formatting

This commit is contained in:
richard-dds 2019-08-14 11:40:23 -04:00
parent a7417b4f39
commit 56cec0694f

View File

@ -74,7 +74,9 @@ class AttachmentForm(BaseForm):
object_name = HiddenField(
id="attachment_object_name",
validators=[
Length(max=40, message=translate("forms.attachment.object_name.length_error"))
Length(
max=40, message=translate("forms.attachment.object_name.length_error")
)
],
)
accept = ".pdf,application/pdf"