mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-06-26 10:21:09 -04:00
Fixed broken edit functionality
This commit is contained in:
@@ -497,7 +497,7 @@ class ServiceReplyToEmailForm(Form):
|
||||
is_default = BooleanField("Make this email address the default")
|
||||
|
||||
|
||||
class ServiceSmsSender(Form):
|
||||
class ServiceSmsSenderForm(Form):
|
||||
sms_sender = StringField(
|
||||
'Text message sender',
|
||||
validators=[
|
||||
@@ -512,6 +512,10 @@ class ServiceSmsSender(Form):
|
||||
raise ValidationError('Use letters and numbers only')
|
||||
|
||||
|
||||
class ServiceEditInboundNumberForm(Form):
|
||||
is_default = BooleanField("Make this text message sender the default")
|
||||
|
||||
|
||||
class ServiceLetterContactBlockForm(Form):
|
||||
letter_contact_block = TextAreaField(
|
||||
validators=[
|
||||
|
||||
Reference in New Issue
Block a user