diff options
author | matthew <matthew> | 2007-05-09 16:16:59 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-09 16:16:59 +0000 |
commit | 91e4ddf071f9e0b29b8b5c06f74e51e62863c2f1 (patch) | |
tree | a7bd5c9995c64f1fecd592b6d6e605564d03f4c8 | |
parent | 1c75223efecb7cb867e320deb4d49b9f7c9000ad (diff) |
Add note about updates not forwarding to council.
-rwxr-xr-x | web/index.cgi | 3 |
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>'; } |