Admin app settings to save reply to email address for service.

This commit is contained in:
Adam Shimali
2016-05-16 13:09:58 +01:00
parent b35f2d7e61
commit 18a0b94d98
8 changed files with 98 additions and 7 deletions

View File

@@ -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()