diff options
-rwxr-xr-x | templates/website/faq.html | 10 | ||||
-rwxr-xr-x | web/contact.cgi | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/templates/website/faq.html b/templates/website/faq.html index c9a59dea6..a0f364550 100755 --- a/templates/website/faq.html +++ b/templates/website/faq.html @@ -148,12 +148,12 @@ mySociety’s primary mission is to build Internet projects which give peopl benefits in the civic and community aspects of their lives. Our first project was <a href="http://www.writetothem.com/">WriteToThem</a>, where you can write to any of your elected representatives, for free. The charity is called UK Citizens Online Democracy and is charity number 1076346. mySociety -can be contacted by email at <a href="mailto:team@mysociety.org">team@mysociety.org</a>, +can be contacted by email at <a href="mailto:hello@mysociety.org">hello@mysociety.org</a>, or by post at:<br> -mySociety.org<br> -12 Duke's Road<br> -London<br> -WC1H 9AD<br> +mySociety<br> +PO Box 839<br> +Oxford<br> +OX1 9LG<br> UK</dd> <dt><img src="/i/moj.png" align="right" alt="Ministry of Justice" hspace="10">Who pays for it?</dt> <dd>FixMyStreet was paid for via the Department for diff --git a/web/contact.cgi b/web/contact.cgi index bb4ed4913..6b82422a1 100755 --- a/web/contact.cgi +++ b/web/contact.cgi @@ -110,12 +110,12 @@ sub contact_details { <div class="contact-details"> <p>$sitename is a service provided by mySociety, which is the project of a registered charity. The charity is called UK Citizens Online Democracy and is charity number 1076346.</p> -<p>mySociety can be contacted by email at <a href="mailto:team\@mysociety.org">team\@mysociety.org</a>, +<p>mySociety can be contacted by email at <a href="mailto:hello@mysociety.org">hello@mysociety.org</a>, or by post at:</p> -<p>mySociety.org<br> -12 Duke's Road<br> -London<br> -WC1H 9AD<br> +<p>mySociety<br> +PO Box 839<br> +Oxford<br> +OX1 9LG<br> UK</p> </div> EOF |