aboutsummaryrefslogtreecommitdiffstats
path: root/templates/email/fixamingata/problem-confirm-not-sending.html
diff options
context:
space:
mode:
authorZarino Zappia <mail@zarino.co.uk>2017-08-01 17:06:08 +0100
committerZarino Zappia <mail@zarino.co.uk>2017-08-03 12:54:51 +0100
commita978842dd64094d7f70a7558a56e297d91b4e982 (patch)
treed18617b7dbe1a13a547df5c5cb9fdf69bf687084 /templates/email/fixamingata/problem-confirm-not-sending.html
parentea09d938ea5fb1a09eaef9804ce0eef4594f8ac1 (diff)
Make map image in HTML emails clickable
Emails that contain a report’s title, description, and location in the ”sidebar” will now have a map that takes you to the report’s web page when clicked. Fixes #1596. Thanks to @MyfanwyNixon for the suggestion!
Diffstat (limited to 'templates/email/fixamingata/problem-confirm-not-sending.html')
-rw-r--r--templates/email/fixamingata/problem-confirm-not-sending.html2
1 files changed, 1 insertions, 1 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 %]