From 6dd0064a4792696a3a1ca0077be06fe3a15026fc Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 22 Jun 2016 11:48:51 +0100 Subject: [PATCH] Remove email from address on the job page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - it’s just taking up space - it’s too late to change it if it’s wrong - it’s not accurate if you’ve changed your service name since creating the job --- app/templates/views/jobs/job.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/templates/views/jobs/job.html b/app/templates/views/jobs/job.html index befbd0aa4..17059f702 100644 --- a/app/templates/views/jobs/job.html +++ b/app/templates/views/jobs/job.html @@ -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 %}