diff options
Diffstat (limited to 'templates/email/fixamingata')
-rw-r--r-- | templates/email/fixamingata/problem-confirm-not-sending.html | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/problem-confirm.html | 2 | ||||
-rw-r--r-- | templates/email/fixamingata/questionnaire.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/email/fixamingata/problem-confirm-not-sending.html b/templates/email/fixamingata/problem-confirm-not-sending.html index 0a06d2880..665288a02 100644 --- a/templates/email/fixamingata/problem-confirm-not-sending.html +++ b/templates/email/fixamingata/problem-confirm-not-sending.html @@ -22,7 +22,7 @@ skickas till kommunen.</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 %] </th> -[% WRAPPER '_email_sidebar.html' object = report %] +[% WRAPPER '_email_sidebar.html' object = report, url = token_url %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> [% END %] diff --git a/templates/email/fixamingata/problem-confirm.html b/templates/email/fixamingata/problem-confirm.html index 8e2828f25..937743fc6 100644 --- a/templates/email/fixamingata/problem-confirm.html +++ b/templates/email/fixamingata/problem-confirm.html @@ -21,7 +21,7 @@ måste du klicka på nedanstående knapp.</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 %] </th> -[% WRAPPER '_email_sidebar.html' object = report %] +[% WRAPPER '_email_sidebar.html' object = report, url = token_url %] <h2 style="[% h2_style %]">[% report.title | html %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> [% END %] diff --git a/templates/email/fixamingata/questionnaire.html b/templates/email/fixamingata/questionnaire.html index efcfbff89..0f15b478e 100644 --- a/templates/email/fixamingata/questionnaire.html +++ b/templates/email/fixamingata/questionnaire.html @@ -22,7 +22,7 @@ INCLUDE '_email_top.html'; <p style="[% p_style %]">Tack! Din feedback är värdefull.</p> [% end_padded_box %] </th> -[% WRAPPER '_email_sidebar.html' object = report %] +[% WRAPPER '_email_sidebar.html' object = report, url = url %] <h2 style="[% h2_style %]">[% title %]</h2> <p style="[% secondary_p_style %]">[% report.detail | html %]</p> [% END %] |