mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-06-06 04:27:22 +02:00
Increase purpose limit
This commit is contained in:
parent
fce679f417
commit
c22107253c
2 changed files with 3 additions and 3 deletions
|
@ -515,8 +515,8 @@ class PurposeForm(RegistrarForm):
|
|||
widget=forms.Textarea(),
|
||||
validators=[
|
||||
MaxLengthValidator(
|
||||
1000,
|
||||
message="Response must be less than 1000 characters.",
|
||||
2000,
|
||||
message="Response must be less than 2000 characters.",
|
||||
)
|
||||
],
|
||||
error_messages={"required": "Describe how you’ll use the .gov domain you’re requesting."},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue