aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatthew <matthew>2007-05-09 16:16:59 +0000
committermatthew <matthew>2007-05-09 16:16:59 +0000
commit91e4ddf071f9e0b29b8b5c06f74e51e62863c2f1 (patch)
treea7bd5c9995c64f1fecd592b6d6e605564d03f4c8
parent1c75223efecb7cb867e320deb4d49b9f7c9000ad (diff)
Add note about updates not forwarding to council.
-rwxr-xr-xweb/index.cgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.cgi b/web/index.cgi
index 6397a206c..64780eb40 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.125 2007-05-08 21:32:16 matthew Exp $
+# $Id: index.cgi,v 1.126 2007-05-09 16:16:59 matthew Exp $
use strict;
require 5.8.0;
@@ -601,6 +601,7 @@ EOF
$out .= '</div>';
}
$out .= '<h2>Provide an update</h2>';
+ $out .= $q->p($q->small('Please note that updates are not sent to the council.'));
if (@errors) {
$out .= '<ul id="error"><li>' . join('</li><li>', @errors) . '</li></ul>';
}