diff options
author | Louise Crow <louise@mysociety.org> | 2010-02-16 10:14:09 +0000 |
---|---|---|
committer | Louise Crow <louise@mysociety.org> | 2010-02-16 10:14:09 +0000 |
commit | 8d0ef77c0c601170d10ef9ec3e538cc91da3126c (patch) | |
tree | 3d5989cb657b2f2c0f49f2f9fc8aa276d117fb6c /web/index.cgi | |
parent | 875dbf3fbc4799bf84c6e5a0fc8b33ae87fdb240 (diff) | |
parent | f64f38e5884b105d202a205166c2c67e20ded137 (diff) |
Merge branch 'cities_release_1'
Diffstat (limited to 'web/index.cgi')
-rwxr-xr-x | web/index.cgi | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/web/index.cgi b/web/index.cgi index d4141c1f5..66680e603 100755 --- a/web/index.cgi +++ b/web/index.cgi @@ -751,17 +751,7 @@ EOF $vars{photo_field} = $photo_input; } - if ($q->{site} eq 'scambs') { - $vars{text_notes} = <<EOF; -<p>Please note:</p> -<ul> -<li>Please be polite, concise and to the point.</li> -<li>Please do not be abusive.</li> -<li>Writing your message entirely in block capitals makes it hard to read, -as does a lack of punctuation.</li> -</ul> -EOF - } elsif ($q->{site} ne 'emptyhomes') { + if ($q->{site} ne 'emptyhomes') { $vars{text_notes} = <<EOF; <p>Please note:</p> <ul> @@ -775,6 +765,12 @@ as does a lack of punctuation.</li> problems that can be fixed. If your problem is not appropriate for submission via this site remember that you can contact your council directly using their own website.</li> +<li> +FixMyStreet and the Guardian are providing this service in +partnership in <a href="faq#privacy">certain cities</a>. In those cities, both have access to +any information submitted, including names and email addresses, and will use it only to ensure the +smooth running of the service, in accordance with their privacy policies. +</li> </ul> EOF } |