diff options
author | francis <francis> | 2006-09-20 12:47:27 +0000 |
---|---|---|
committer | francis <francis> | 2006-09-20 12:47:27 +0000 |
commit | 62a341620023d76d97609656404932055037b43b (patch) | |
tree | 973e6824d7146abc693f725e3162bc7c14bf6567 | |
parent | 85055f35dbffe55e96aff29e9d86f29a4d188a47 (diff) |
use top 10 environmental helpline problems list from Lewisham Council to
populate examples on the front page.
-rwxr-xr-x | web/index.cgi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/web/index.cgi b/web/index.cgi index efb937ac7..93e2d9e27 100755 --- a/web/index.cgi +++ b/web/index.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: index.cgi,v 1.7 2006-09-20 10:49:30 matthew Exp $ +# $Id: index.cgi,v 1.8 2006-09-20 12:47:27 francis Exp $ use strict; require 5.8.0; @@ -50,8 +50,9 @@ sub front_page { my $out = ''; $out .= '<p id="error">' . $error . '</p>' if ($error); $out .= <<EOF; -<p>Welcome to Neighbourhood Fix-It, where you can report a problem with -a lamppost or something to your local council.</p> +<p>Report a problem with refuse, recycling, fly tipping, pest control, +abandoned vechicles, street lighting, graffiti, street cleaning, litter or +similar to your local council.</p> <p><strong>This is currently only for Newham and Lewisham Councils</strong></p> |