diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index deb452b9e..7863ac383 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -4,7 +4,7 @@
{% 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 ) }}