mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-05 20:18:24 -04:00
Merge pull request #481 from alphagov/show-replaced-subject-if-in-CSV
Show subject line with placeholders replaced
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
{% if 'email' == template.template_type %}
|
{% if 'email' == template.template_type %}
|
||||||
{{ email_message(
|
{{ email_message(
|
||||||
template.formatted_subject_as_markup,
|
template.formatted_subject_as_markup if errors else template.replaced_subject,
|
||||||
template.formatted_as_markup if errors else template.replaced,
|
template.formatted_as_markup if errors else template.replaced,
|
||||||
from_address='{}@notifications.service.gov.uk'.format(current_service.email_from),
|
from_address='{}@notifications.service.gov.uk'.format(current_service.email_from),
|
||||||
from_name=current_service.name
|
from_name=current_service.name
|
||||||
|
|||||||
Reference in New Issue
Block a user