diff options
-rw-r--r-- | templates/emails/questionnaire | 3 | ||||
-rwxr-xr-x | web/questionnaire.cgi | 4 | ||||
-rwxr-xr-x | web/rss.cgi | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/templates/emails/questionnaire b/templates/emails/questionnaire index eae609fb8..0794558b2 100644 --- a/templates/emails/questionnaire +++ b/templates/emails/questionnaire @@ -5,7 +5,8 @@ Hi <?=$values['name']?>, <?=$values['created']?> ago, you left a problem on FixMyStreet with the details provided at the end of this email. To keep our site up to date and relevant, we'd appreciate it if you could fill in -this short questionnaire updating the status of your problem: +this short questionnaire updating the status of your problem if +you have any new information: <?=$values['url']?> 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; |