Organisation notes visible on organisation settings page

This commit is contained in:
Pea Tyczynska
2021-02-05 10:52:08 +00:00
parent 71198bbb07
commit f0d94a009e
7 changed files with 51 additions and 3 deletions

View File

@@ -1682,7 +1682,7 @@ class ServiceEditInboundNumberForm(StripWhitespaceForm):
is_default = GovukCheckboxField("Make this text message sender the default")
class EditServiceNotesForm(StripWhitespaceForm):
class EditNotesForm(StripWhitespaceForm):
notes = TextAreaField(validators=[])