diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-07-18 13:59:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-07-18 13:59:04 +0100 |
commit | eecab672f3a26dccc364461a4eed22626f5a1e48 (patch) | |
tree | c98174328b0def59a4d477a483e626c506ed6759 /templates/email/default | |
parent | c6eec6aee98f893fcc601222015739570419215c (diff) |
Use report/update name, rather than user name, in confirmation emails, so it's the one that's just been given. Fixes #137.
Diffstat (limited to 'templates/email/default')
-rw-r--r-- | templates/email/default/problem-confirm.txt | 2 | ||||
-rw-r--r-- | templates/email/default/update-confirm.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/email/default/problem-confirm.txt b/templates/email/default/problem-confirm.txt index e16c90037..58c1c75d1 100644 --- a/templates/email/default/problem-confirm.txt +++ b/templates/email/default/problem-confirm.txt @@ -1,6 +1,6 @@ Subject: Confirm your problem on FixMyStreet -Hi [% report.user.name %], +Hi [% report.name %], Please click on the link below to confirm the problem you just added to FixMyStreet: diff --git a/templates/email/default/update-confirm.txt b/templates/email/default/update-confirm.txt index 9a0db3029..c7571e76c 100644 --- a/templates/email/default/update-confirm.txt +++ b/templates/email/default/update-confirm.txt @@ -1,6 +1,6 @@ Subject: Confirm your update on FixMyStreet -Hi [% update.user.name %], +Hi [% update.name %], Please click on the link below to confirm the update you just wrote: |