diff options
Diffstat (limited to 'templates/email/isleofwight')
-rw-r--r-- | templates/email/isleofwight/confirm_report_sent.html | 4 | ||||
-rw-r--r-- | templates/email/isleofwight/problem-confirm.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/email/isleofwight/confirm_report_sent.html b/templates/email/isleofwight/confirm_report_sent.html index 8e85c5729..88838960e 100644 --- a/templates/email/isleofwight/confirm_report_sent.html +++ b/templates/email/isleofwight/confirm_report_sent.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> [% IF report.state == 'for triage' %] <p style="[% p_style %]">Thank you for submitting your report to FixMyStreet, it will be submitted to Island Roads for review.</p> @@ -32,7 +32,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> diff --git a/templates/email/isleofwight/problem-confirm.html b/templates/email/isleofwight/problem-confirm.html index ccdefc7aa..551e42e31 100644 --- a/templates/email/isleofwight/problem-confirm.html +++ b/templates/email/isleofwight/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 Island Roads. @@ -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> |