diff --git a/helpdesk/forms.py b/helpdesk/forms.py index 45f9ef75..23f08424 100644 --- a/helpdesk/forms.py +++ b/helpdesk/forms.py @@ -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):