Enforce PDF in TO uploader file picker
This commit is contained in:
parent
59de01031c
commit
86c1dfb749
@ -63,6 +63,7 @@ class CLINForm(FlaskForm):
|
||||
class AttachmentForm(BaseForm):
|
||||
filename = HiddenField(id="attachment_filename")
|
||||
object_name = HiddenField(id="attachment_object_name")
|
||||
accept = ".pdf,application/pdf"
|
||||
|
||||
|
||||
class TaskOrderForm(BaseForm):
|
||||
|
Loading…
x
Reference in New Issue
Block a user