Skip to content

Commit

Permalink
Merge pull request #1273 from nationalarchives/remove-maxlength-for-9…
Browse files Browse the repository at this point in the history
…-principles

Increase maxlength for 9 principles
  • Loading branch information
dragon-dxw authored Jun 26, 2024
2 parents 2694d2b + 7f7a854 commit 6d9438c
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 6d9438c

Please sign in to comment.