diff options
author | matthew <matthew> | 2007-04-16 10:49:22 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-04-16 10:49:22 +0000 |
commit | b1534f965502f246fed0e877740bccfa85d026b0 (patch) | |
tree | 5f01629938e4d5649001e240d924195e08c4c76d | |
parent | 5cf796279d401f896bdfb88b586f4eb0770bb947 (diff) |
Add message about not emailing us with (non-site-related) problems.
-rwxr-xr-x | web/contact.cgi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/contact.cgi b/web/contact.cgi index 4fa3de72d..639f25b02 100755 --- a/web/contact.cgi +++ b/web/contact.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: contact.cgi,v 1.12 2007-03-27 17:43:25 matthew Exp $ +# $Id: contact.cgi,v 1.13 2007-04-16 10:49:22 matthew Exp $ use strict; require 5.8.0; @@ -119,6 +119,10 @@ sub contact_page { $out .= '<input type="hidden" name="id" value="' . $id . '">'; } else { $out .= <<EOF; +<p>Do <strong>not</strong> report problems through this form; messages go to +the team behind Neighbourhood Fix-It, not a council. To report a problem, +please <a href="/">go to the front page</a> and follow the instructions.</p> + <p>We'd love to hear what you think about this site. Just fill in the form:</p> EOF } |