mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Merge pull request #402 from alphagov/fix-500-email-job
Fix exception on email job page
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
{{ email_message(
|
||||
template.subject,
|
||||
template.formatted_as_markup,
|
||||
from_address='{}@notifications.service.gov.uk'.format(service.email_from),
|
||||
from_name=service.name
|
||||
from_address='{}@notifications.service.gov.uk'.format(current_service.email_from),
|
||||
from_name=current_service.name
|
||||
)}}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user