mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-15 23:38:52 -04:00
Remove email from address on the job page
- 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
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user