diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-02-09 12:28:15 +0000 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-02-09 12:28:15 +0000 |
commit | 00aadee36735bb75d039943ae54d2c6522fc9a0c (patch) | |
tree | 5bbce0a800563edd6203f17876c1d0ecce41ce37 /templates | |
parent | 7a96ac1718dcdacd10a41dbbb8494e52cda7e03c (diff) |
Add eastings and northings back into problem report email if in UK
Diffstat (limited to 'templates')
-rw-r--r-- | templates/emails/submit-brent | 2 | ||||
-rw-r--r-- | templates/emails/submit-council | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/emails/submit-brent b/templates/emails/submit-brent index a93f59fcb..f3a9e5bb8 100644 --- a/templates/emails/submit-brent +++ b/templates/emails/submit-brent @@ -21,7 +21,7 @@ Email: <?=$values['email']?> Details: <?=$values['detail']?> -Latitude: <?=$values['latitude']?> +<?=$values['easting_northing']?>Latitude: <?=$values['latitude']?> Longitude: <?=$values['longitude']?> diff --git a/templates/emails/submit-council b/templates/emails/submit-council index 6281e6b94..aa72b4dd3 100644 --- a/templates/emails/submit-council +++ b/templates/emails/submit-council @@ -21,7 +21,7 @@ Email: <?=$values['email']?> Details: <?=$values['detail']?> -Latitude: <?=$values['latitude']?> +<?=$values['easting_northing']?>Latitude: <?=$values['latitude']?> Longitude: <?=$values['longitude']?> @@ -29,7 +29,7 @@ Longitude: <?=$values['longitude']?> Replies to this email will go to the user who submitted the problem. -Yours, +Yours, The FixMyStreet team [ This message was sent via FixMyStreet, a project of UKCOD, registered charity |