diff options
Diffstat (limited to 'templates/email')
-rw-r--r-- | templates/email/bromley/questionnaire.txt | 10 | ||||
-rw-r--r-- | templates/email/default/change_email.txt | 11 |
2 files changed, 16 insertions, 5 deletions
diff --git a/templates/email/bromley/questionnaire.txt b/templates/email/bromley/questionnaire.txt index b9d428b98..5c0bd2957 100644 --- a/templates/email/bromley/questionnaire.txt +++ b/templates/email/bromley/questionnaire.txt @@ -1,8 +1,9 @@ -Subject: Questionnaire about '[% title %]' +Subject: Questionnaire about your report: '[% title %]' -Hi [% name %], +Hello [% name %], -[% created %] ago, you reported a problem. To keep the site +[% created %] ago, you reported a problem, the details of +which are at the end of this email. To keep the site up to date and relevant, please fill in a short questionnaire updating the status of your problem: @@ -13,8 +14,7 @@ mailbox, please do not reply. [% signature %] - -Your problem was as follows: +Your report was as follows: [% title %] diff --git a/templates/email/default/change_email.txt b/templates/email/default/change_email.txt new file mode 100644 index 000000000..0c5aeac14 --- /dev/null +++ b/templates/email/default/change_email.txt @@ -0,0 +1,11 @@ +Subject: Updating your [% INCLUDE 'site-name.txt' | trim %] email address + +Please click on the link below to confirm you wish to update your +email address on [% INCLUDE 'site-name.txt' | trim %]. + +[% c.uri_for_action( 'auth/token', token ) %] + +[% INCLUDE 'signature.txt' %] + +This email was sent automatically, from an unmonitored email account - so +please do not reply to it. |