make help ticket input big enough for an ssh key lol
This commit is contained in:
parent
be8011bb49
commit
957653b9de
@ -14,7 +14,7 @@ throttle_submission = throttler(submission_throttle)
|
||||
def validate_issue_text(text):
|
||||
if len(text) == 0:
|
||||
raise ValidationError('please describe yr issue')
|
||||
if len(text) > 500:
|
||||
if len(text) > 5000:
|
||||
raise ValidationError('too long')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user