diff options
Diffstat (limited to 'templates/email/fixamingata/other-reported.html')
-rw-r--r-- | templates/email/fixamingata/other-reported.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/fixamingata/other-reported.html b/templates/email/fixamingata/other-reported.html index 0b0160696..c7e6b5c63 100644 --- a/templates/email/fixamingata/other-reported.html +++ b/templates/email/fixamingata/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 %]">Din rapport har loggats</h1> <p style="[% p_style %]">Din rapport till [% report.body %] har blivit loggad på [% site_name %]. [% IF cobrand.is_council && !cobrand.owns_problem( report ) %] @@ -20,7 +20,7 @@ rapporter, så kommer rapporten istället att skickas till [% report.body %]. <p style="margin: 20px auto; text-align: center"> <a style="[% button_style %]" href="[% cobrand.base_url_for_report(report) %][% report.url %]">Visa min rapport</a> </p> - [% end_padded_box %] + [% end_padded_box | safe %] </th> [% WRAPPER '_email_sidebar.html' object = report %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> |