diff options
author | Marius Halden <marius.h@lden.org> | 2020-09-29 14:23:52 +0200 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2020-09-29 14:23:52 +0200 |
commit | a27ce1524d801d2742a2bdb6ec1da45126d64353 (patch) | |
tree | 64123c4e17dc1776aa0a7cd65ee01d49d3e7d978 /templates/email/fixamingata/problem-confirm-not-sending.html | |
parent | 377bd96aab7cad3434185c30eb908c9da447fe40 (diff) | |
parent | 2773c60226b9370fe8ee00f7b205b571bb87c3b5 (diff) |
Merge tag 'v3.0.1' into fiksgatami-dev
Diffstat (limited to 'templates/email/fixamingata/problem-confirm-not-sending.html')
-rw-r--r-- | templates/email/fixamingata/problem-confirm-not-sending.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/fixamingata/problem-confirm-not-sending.html b/templates/email/fixamingata/problem-confirm-not-sending.html index 665288a02..e0b991d98 100644 --- a/templates/email/fixamingata/problem-confirm-not-sending.html +++ b/templates/email/fixamingata/problem-confirm-not-sending.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 %]">Bekräfta din FixaMinGata-rapport</h1> <p style="[% p_style %]">För att bekräfta den rapport som du nyligen lade in på FixaMinGata måste du klicka på nedanstående länk. Notera att din rapport inte kommer att @@ -20,7 +20,7 @@ skickas till kommunen.</p> <a style="[% button_style %]" href="[% token_url %]">Skicka min rapport</a> </p> <p style="[% p_style %]">Om du inte vill skicka din rapport så behöver du inte göra något.</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> |