diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-09-22 18:08:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-09-22 18:08:40 +0100 |
commit | f3afd4e07a4d44af4d953f8a4e253f6e4ea5c52d (patch) | |
tree | 60a6bdfa3049101480adb44000700d9cd844bede | |
parent | c26d57f1df8efc0cca43cfe287ae18809186dc74 (diff) | |
parent | 2bfe8df69e1b3df50d03f35894a18022e0820df9 (diff) |
Merge remote-tracking branch 'mysociety/1093-physical-address'
-rw-r--r-- | templates/web/fixmystreet-uk-councils/static/privacy.html | 7 | ||||
-rw-r--r-- | templates/web/fixmystreet.com/contact/address.html | 7 | ||||
-rwxr-xr-x | templates/web/fixmystreet.com/static/privacy.html | 7 |
3 files changed, 21 insertions, 0 deletions
diff --git a/templates/web/fixmystreet-uk-councils/static/privacy.html b/templates/web/fixmystreet-uk-councils/static/privacy.html index 394f3587e..3b077d29e 100644 --- a/templates/web/fixmystreet-uk-councils/static/privacy.html +++ b/templates/web/fixmystreet-uk-councils/static/privacy.html @@ -46,6 +46,13 @@ available).</dd> problem you’ve reported, and send you a questionnaire email four weeks after you submit a problem, asking for a status update; we’ll only ever send you emails in relation to your problem.</dd> + + <dt>How do I stop receiving emails from you?</dt> + <dd>Every alert email we send contains an unsubscribe link at the +bottom for you to stop receiving that alert. After the first questionnaire +email on a report, mentioned above, you have to opt in to receive any further +questionnaire on that report.</dd> + </dl> <h2>Cookies</h2> diff --git a/templates/web/fixmystreet.com/contact/address.html b/templates/web/fixmystreet.com/contact/address.html new file mode 100644 index 000000000..2cea59684 --- /dev/null +++ b/templates/web/fixmystreet.com/contact/address.html @@ -0,0 +1,7 @@ +<hr> + +<p>FixMyStreet is a service provided by mySociety, which is the project of a +registered charity, UK Citizens Online Democracy, charity number 1076346.</p> + +<p>If you wish to contact us by post, our address is +<address>mySociety, 483 Green Lanes, London, N13 4BS, UK.</address></p> diff --git a/templates/web/fixmystreet.com/static/privacy.html b/templates/web/fixmystreet.com/static/privacy.html index 394f3587e..3b077d29e 100755 --- a/templates/web/fixmystreet.com/static/privacy.html +++ b/templates/web/fixmystreet.com/static/privacy.html @@ -46,6 +46,13 @@ available).</dd> problem you’ve reported, and send you a questionnaire email four weeks after you submit a problem, asking for a status update; we’ll only ever send you emails in relation to your problem.</dd> + + <dt>How do I stop receiving emails from you?</dt> + <dd>Every alert email we send contains an unsubscribe link at the +bottom for you to stop receiving that alert. After the first questionnaire +email on a report, mentioned above, you have to opt in to receive any further +questionnaire on that report.</dd> + </dl> <h2>Cookies</h2> |