diff options
Diffstat (limited to 'templates/email/hounslow/problem-confirm.html')
-rw-r--r-- | templates/email/hounslow/problem-confirm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/hounslow/problem-confirm.html b/templates/email/hounslow/problem-confirm.html index 00108adee..08a7531ca 100644 --- a/templates/email/hounslow/problem-confirm.html +++ b/templates/email/hounslow/problem-confirm.html @@ -10,7 +10,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 %]">Please confirm your report</h1> <p style="[% p_style %]">Please click on the link below to confirm that you want to send your report to Hounslow Highways. @@ -21,7 +21,7 @@ INCLUDE '_email_top.html'; <a style="[% button_style %]" href="[% token_url %]">Yes, send my report</a> </p> <p style="[% p_style %]">If you no longer wish to send this report, please take no further action.</p> - [% end_padded_box %] + [% end_padded_box | safe %] </th> [% WRAPPER '_email_sidebar.html' object = report, url = token_url %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> |