mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 14:09:20 -04:00
Merge pull request #1512 from alphagov/email-reply-tweaks
Tweak email reply to pages, add IDs
This commit is contained in:
@@ -463,7 +463,7 @@ class ProviderForm(Form):
|
||||
|
||||
class ServiceReplyToEmailForm(Form):
|
||||
email_address = email_address(label='Email reply to address')
|
||||
is_default = BooleanField("Make this address the default")
|
||||
is_default = BooleanField("Make this email address the default")
|
||||
|
||||
|
||||
class ServiceSmsSender(Form):
|
||||
|
||||
Reference in New Issue
Block a user