diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-02-09 14:59:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-02-09 14:59:18 +0000 |
commit | 6c718aa2e1d3fdbf9f94982a3f95ef5b5495e667 (patch) | |
tree | daa95997ff52c3fdf9313c5893fcfaab8cc781d4 /templates | |
parent | c7ddf0cfa97601bfb1da63a977bca68ed3da0583 (diff) | |
parent | 9a4b74df50886a5eb79ae53434200b14a1d36a19 (diff) |
Merge remote-tracking branch 'mysociety/add-osm-link-to-email'
Diffstat (limited to 'templates')
-rw-r--r-- | templates/email/default/submit.txt | 2 | ||||
-rw-r--r-- | templates/email/fixmystreet/submit-oxfordshire.txt | 2 | ||||
-rw-r--r-- | templates/email/fixmystreet/submit.txt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/templates/email/default/submit.txt b/templates/email/default/submit.txt index 0ab29e412..52d52669b 100644 --- a/templates/email/default/submit.txt +++ b/templates/email/default/submit.txt @@ -25,6 +25,8 @@ Details: <?=$values['detail']?> Longitude: <?=$values['longitude']?> +View OpenStreetMap of this location: <?=$values['osm_url']?> + <?=$values['closest_address']?>---------- Replies to this email will go to the user who submitted the problem. diff --git a/templates/email/fixmystreet/submit-oxfordshire.txt b/templates/email/fixmystreet/submit-oxfordshire.txt index 23a8504ee..9e5efb608 100644 --- a/templates/email/fixmystreet/submit-oxfordshire.txt +++ b/templates/email/fixmystreet/submit-oxfordshire.txt @@ -25,6 +25,8 @@ Details: <?=$values['detail']?> Longitude: <?=$values['longitude']?> +View OpenStreetMap of this location: <?=$values['osm_url']?> + <?=$values['closest_address']?>---------- Replies to this email will go to the user who submitted the problem. diff --git a/templates/email/fixmystreet/submit.txt b/templates/email/fixmystreet/submit.txt index 315411fb4..7abed7b50 100644 --- a/templates/email/fixmystreet/submit.txt +++ b/templates/email/fixmystreet/submit.txt @@ -25,6 +25,8 @@ Details: <?=$values['detail']?> Longitude: <?=$values['longitude']?> +View OpenStreetMap of this location: <?=$values['osm_url']?> + <?=$values['closest_address']?>---------- Replies to this email will go to the user who submitted the problem. |