Skip to content

Commit

Permalink
Increase maxlength for 9 principles to half a megabyte
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Jun 26, 2024
1 parent 889b42f commit 7f7a854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transactional_licence_form/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def layout(self):

principles_statement = fields.FCLCharField(
label="29. Please describe how you will meet the 9 principles as terms.",
widget=forms.Textarea(attrs={"maxlength": 5000}),
widget=forms.Textarea(attrs={"maxlength": 500000}),
)


Expand Down

0 comments on commit 7f7a854

Please sign in to comment.