mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-11 09:28:27 -04:00
Update 'reply-to email address'
This commit is contained in:
@@ -891,7 +891,7 @@ class ServiceContactDetailsForm(StripWhitespaceForm):
|
||||
|
||||
|
||||
class ServiceReplyToEmailForm(StripWhitespaceForm):
|
||||
email_address = email_address(label='Email reply-to address', gov_user=False)
|
||||
email_address = email_address(label='Reply-to email address', gov_user=False)
|
||||
is_default = BooleanField("Make this email address the default")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user