Merge pull request #721 from alphagov/remove-from-job-page

Remove email from address on the job page
This commit is contained in:
Chris Hill-Scott
2016-06-22 14:24:27 +01:00
committed by GitHub

View File

@@ -24,9 +24,7 @@
{% elif 'email' == template.template_type %}
{{ email_message(
template.formatted_subject_as_markup,
template.formatted_as_markup,
from_address='{}@notifications.service.gov.uk'.format(current_service.email_from),
from_name=current_service.name
template.formatted_as_markup
)}}
{% endif %}