diff options
author | matthew <matthew> | 2006-09-25 22:59:06 +0000 |
---|---|---|
committer | matthew <matthew> | 2006-09-25 22:59:06 +0000 |
commit | a43f15d02b9f0ccc3053ae8725ce58f88ba33416 (patch) | |
tree | 157c9cd28be10838fa209ef11b4043c69a640a42 /templates/emails/problem-confirm | |
parent | 4ac4fe8bdcdf6dedbae80d11b664a7d27025095b (diff) |
Email confirmation of problems and comments; bugfix in AuthToken.
Diffstat (limited to 'templates/emails/problem-confirm')
-rw-r--r-- | templates/emails/problem-confirm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/emails/problem-confirm b/templates/emails/problem-confirm new file mode 100644 index 000000000..2bc9e80e5 --- /dev/null +++ b/templates/emails/problem-confirm @@ -0,0 +1,17 @@ +Subject: Confirm your problem on Neighbourhood Fix-It + +Hi <?=$values['name']?>, + +Please click on the link below to confirm the problem you just +added to Neighbourhood Fix-It: + +<?=$values['url']?> + +Your problem had the title: +<?=$values['title']?> + +And details: +<?=$values['detail']?> + +-- +The Neighbourhood Fix-It team |