mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 05:29:38 -04:00
Update ServiceSmsSenderForm with new fields
Changes its StringField to GovukTextInputField. Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -1563,7 +1563,7 @@ class ServiceReplyToEmailForm(StripWhitespaceForm):
|
||||
|
||||
|
||||
class ServiceSmsSenderForm(StripWhitespaceForm):
|
||||
sms_sender = StringField(
|
||||
sms_sender = GovukTextInputField(
|
||||
'Text message sender',
|
||||
validators=[
|
||||
DataRequired(message="Cannot be empty"),
|
||||
|
||||
Reference in New Issue
Block a user