mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-27 09:29:22 -04:00
Merge pull request #451 from alphagov/show-subject-choose-template
Show email subject on choose template page
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
<div class="column-two-thirds">
|
||||
{% if 'email' == template.template_type %}
|
||||
{{ email_message(
|
||||
None,
|
||||
template.formatted_subject_as_markup,
|
||||
template.formatted_as_markup,
|
||||
name=template.name if show_title else None
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user