mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 00:07:02 -04:00
Admin app settings to save reply to email address for service.
This commit is contained in:
@@ -314,3 +314,7 @@ class RequestToGoLiveForm(Form):
|
||||
|
||||
class ProviderForm(Form):
|
||||
priority = IntegerField('Priority', [validators.NumberRange(min=1, max=100, message="Must be between 1 and 100")])
|
||||
|
||||
|
||||
class ServiceReplyToEmailFrom(Form):
|
||||
email_address = email_address()
|
||||
|
||||
Reference in New Issue
Block a user