diff options
Diffstat (limited to 'templates/email/hounslow/other-reported.html')
-rw-r--r-- | templates/email/hounslow/other-reported.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/hounslow/other-reported.html b/templates/email/hounslow/other-reported.html index f715a392c..a45f64a3e 100644 --- a/templates/email/hounslow/other-reported.html +++ b/templates/email/hounslow/other-reported.html @@ -9,7 +9,7 @@ INCLUDE '_email_top.html'; %] <th style="[% td_style %][% primary_column_style %]" id="primary_column"> - [% start_padded_box %] + [% start_padded_box | safe %] <h1 style="[% h1_style %]">Your report has been logged</h1> <p style="[% p_style %]">Your report to [% cobrand.council_name %] has been logged on [% site_name %].</p> [% IF cobrand.is_council && !cobrand.owns_problem( report ) %] @@ -21,7 +21,7 @@ of report, so it will instead be sent to [% report.body %].</p> <p style="margin: 20px auto; text-align: center"> <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">View my report</a> </p> - [% end_padded_box %] + [% end_padded_box | safe %] </th> [% WRAPPER '_email_sidebar.html' object = report %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> |