Skip to content

Commit

Permalink
Extend attachment filefield max length in upload form. Fixes #301.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossp committed Feb 14, 2015
1 parent ba59f38 commit 19ec7be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpdesk/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ class PublicTicketForm(CustomFieldMixin, forms.Form):
required=False,
label=_('Attach File'),
help_text=_('You can attach a file such as a document or screenshot to this ticket.'),
max_length=1000,
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit 19ec7be

Please sign in to comment.