Allow one-off email sending to select the reply-to address

This commit is contained in:
chrisw
2017-10-16 16:35:35 +01:00
parent 7809a70cf3
commit e149d0eb91
11 changed files with 350 additions and 14 deletions

View File

@@ -581,6 +581,7 @@ def service_set_branding_and_org(service_id):
organisations = organisations_client.get_organisations()
form = ServiceBrandingOrg(branding_type=current_service.get('branding'))
# dynamically create org choices, including the null option
form.organisation.choices = [('None', 'None')] + get_branding_as_value_and_label(organisations)