From 13b3db1370262b261f20ece57da5663eb9fe84a4 Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Mon, 1 Oct 2018 16:19:07 +0100 Subject: HTML template for the "partial" report confirmation email Fixes #2263. --- CHANGELOG.md | 1 + templates/email/default/partial.html | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 templates/email/default/partial.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 642facde6..c60236755 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Speed up fetching lists of bodies. #2248 - Improve vertical alignment of navigation menu in Internet Explorer 9–11. - Mobile menu button no longer uses -9999px text-indent hack. + - HTML email template for confirming "partial" reports #2263 - Bugfixes: - Fix display of area/pins on body page when using Bing or TonerLite map. - Do not scan through all problems to show /_dev pages. diff --git a/templates/email/default/partial.html b/templates/email/default/partial.html new file mode 100644 index 000000000..494655df9 --- /dev/null +++ b/templates/email/default/partial.html @@ -0,0 +1,22 @@ +[% + +email_summary = "Confirm your report on " _ site_name; +email_columns = 1; + +PROCESS '_email_settings.html'; + +INCLUDE '_email_top.html'; + +%] + + +

Confirm your report

+

Hello [% report.name || report.email %],

+

Please click on the link below, to confirm the report you have uploaded to [% site_name %] via [% report.service %], and to check or add any details:

+

+ Check & confirm report +

+ + +[% INCLUDE '_email_bottom.html' %] + -- cgit v1.2.3