diff options
author | Dave Arter <davea@mysociety.org> | 2016-08-01 12:03:45 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2016-08-01 12:03:45 +0100 |
commit | 1af9684e54aedb7f9935cdc4d38a28c61ec7d1f5 (patch) | |
tree | d6b044f54e070f8dbf265083534e849eb9ad6ead /templates/email/default/problem-confirm.txt | |
parent | 14aaf6fafaa9aa8736f49851e95fa2c3c566c056 (diff) | |
parent | 27e0c74321f48f9997745bf00647e3958f34d8e2 (diff) |
Merge branch '1281-html-emails'
Diffstat (limited to 'templates/email/default/problem-confirm.txt')
-rw-r--r-- | templates/email/default/problem-confirm.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index de671a284..9d0767671 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -1,9 +1,9 @@ -Subject: Confirm your report on [% INCLUDE 'site-name.txt' | trim %] +Subject: Confirm your report on [% site_name %] Hello [% report.name %], Please click on the link below to confirm that you want to send your report to -[% report.body %]. Note that your report will also appear on the [% INCLUDE 'site-name.txt' | trim %] +[% report.body %]. Note that your report will also appear on the [% site_name %] website: [% token_url %] @@ -24,7 +24,7 @@ And details: If you no longer wish to send this report, please take no further action. -Thank you for submitting a report through [% INCLUDE 'site-name.txt' | trim %]. +Thank you for submitting a report through [% site_name %]. |