diff options
Diffstat (limited to 'web')
-rwxr-xr-x | web/questionnaire.cgi | 4 | ||||
-rwxr-xr-x | web/rss.cgi | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 4268a9eed..8bea143de 100755 --- a/web/questionnaire.cgi +++ b/web/questionnaire.cgi @@ -6,7 +6,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: questionnaire.cgi,v 1.19 2008-01-30 18:27:48 matthew Exp $ +# $Id: questionnaire.cgi,v 1.20 2008-03-06 11:52:33 matthew Exp $ use strict; use Standard; @@ -195,6 +195,8 @@ EOF <input type="radio" name="been_fixed" id="been_fixed_no" value="No"$been_fixed{no}> <label for="been_fixed_no">No</label> </p> +<p><strong>Note:</strong> If you do not know the status of your problem, please just +ignore this questionnaire.</p> EOF $out .= <<EOF unless $prev_questionnaire; <p>Have you ever reported a problem to a council before?</p> diff --git a/web/rss.cgi b/web/rss.cgi index d15da1763..8cff290a6 100755 --- a/web/rss.cgi +++ b/web/rss.cgi @@ -6,14 +6,13 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: matthew@mysociety.org. WWW: http://www.mysociety.org # -# $Id: rss.cgi,v 1.19 2008-01-25 17:02:29 matthew Exp $ +# $Id: rss.cgi,v 1.20 2008-03-06 11:52:33 matthew Exp $ use strict; use Standard; use URI::Escape; use mySociety::Alert; use mySociety::MaPit; -use mySociety::Web; use mySociety::GeoUtil; use mySociety::Gaze; |