diff options
Diffstat (limited to 'templates/emails/submit-council')
-rw-r--r-- | templates/emails/submit-council | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/templates/emails/submit-council b/templates/emails/submit-council index 4a0fd7fe4..aea9ee447 100644 --- a/templates/emails/submit-council +++ b/templates/emails/submit-council @@ -1,14 +1,22 @@ -Subject: <?=$values['title']?> +Subject: Problem Report: <?=$values['title']?> -Dear Council, +Dear <?=$values['council_name']?>, -A user of Neighbourhood Fix-It, <?=$values['name']?>, has submitted the following report: +A user of Neighbourhood Fix-It, <?=$values['user_details']?>, +has submitted the following report: + +---------- + +<?=$values['title']?> <?=$values['detail']?> -To view a map of the precise location of this issue, please visit the following link: +---------- + +To view a map of the precise location of this issue, or to provide an update +on the problem, please visit the following link: -<?=$values['url']?> + <?=$values['url']?> Yours, The Neighbourhood Fix-It team |