aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-07-18 13:59:04 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-07-18 13:59:04 +0100
commiteecab672f3a26dccc364461a4eed22626f5a1e48 (patch)
treec98174328b0def59a4d477a483e626c506ed6759
parentc6eec6aee98f893fcc601222015739570419215c (diff)
Use report/update name, rather than user name, in confirmation emails, so it's the one that's just been given. Fixes #137.
-rw-r--r--templates/email/default/problem-confirm.txt2
-rw-r--r--templates/email/default/update-confirm.txt2
-rw-r--r--templates/email/fiksgatami/problem-confirm.txt2
-rw-r--r--templates/email/fiksgatami/update-confirm.txt2
4 files changed, 4 insertions, 4 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:
diff --git a/templates/email/fiksgatami/problem-confirm.txt b/templates/email/fiksgatami/problem-confirm.txt
index 046903270..cd58d95ce 100644
--- a/templates/email/fiksgatami/problem-confirm.txt
+++ b/templates/email/fiksgatami/problem-confirm.txt
@@ -1,6 +1,6 @@
Subject: Bekreftelse på ny sak lagt til på FiksGataMi.no
-Hei [% report.user.name %],
+Hei [% report.name %],
Vennligst klikk på linken under for å bekrefte saken du har lagt til
på FiksGataMi:
diff --git a/templates/email/fiksgatami/update-confirm.txt b/templates/email/fiksgatami/update-confirm.txt
index 70e1c2444..ba13f34b2 100644
--- a/templates/email/fiksgatami/update-confirm.txt
+++ b/templates/email/fiksgatami/update-confirm.txt
@@ -1,6 +1,6 @@
Subject: Bekreft din oppdatering på FiksGataMi
-Hei [% update.user.name %],
+Hei [% update.name %],
Vennligst klikk på lenken under for å bekrefte oppdateringen du skrev
nettopp: