diff options
author | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-06-03 14:50:00 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@cake.ukcod.org.uk> | 2010-06-03 14:50:00 +0100 |
commit | 3f3fed4e24b5c4eaadb8c14998a0bcc39e619725 (patch) | |
tree | ca01abe4e260ad753aa4d3e5a3b74df141e1eaca | |
parent | d875e2adbe2ab92847b470d102a899a8fa53b415 (diff) |
Better address.
-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 |