diff options
Diffstat (limited to 'templates/email/default/alert-update.html')
-rw-r--r-- | templates/email/default/alert-update.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/email/default/alert-update.html b/templates/email/default/alert-update.html index 7ebc9910c..082f5e369 100644 --- a/templates/email/default/alert-update.html +++ b/templates/email/default/alert-update.html @@ -18,8 +18,9 @@ INCLUDE '_email_top.html'; [% end_padded_box %] </th> [% WRAPPER '_email_sidebar.html' object = report %] - <h2 style="[% h2_style %]">[% report.title | html %]</h2> + <h2 style="[% h2_style %]">[% title %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> + [% TRY %][% INCLUDE '_council_reference_alert_update.html' problem=report p_style=secondary_p_style %][% CATCH file %][% END %] [% END %] [% INCLUDE '_email_bottom.html' %] |