mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-17 12:39:21 -04:00
Merge pull request #3772 from alphagov/add-service-notes
Add service notes
This commit is contained in:
@@ -1706,6 +1706,10 @@ class ServiceEditInboundNumberForm(StripWhitespaceForm):
|
||||
is_default = GovukCheckboxField("Make this text message sender the default")
|
||||
|
||||
|
||||
class EditServiceNotesForm(StripWhitespaceForm):
|
||||
notes = TextAreaField(validators=[])
|
||||
|
||||
|
||||
class ServiceLetterContactBlockForm(StripWhitespaceForm):
|
||||
letter_contact_block = TextAreaField(
|
||||
validators=[
|
||||
|
||||
Reference in New Issue
Block a user