diff options
author | matthew <matthew> | 2007-05-08 12:17:43 +0000 |
---|---|---|
committer | matthew <matthew> | 2007-05-08 12:17:43 +0000 |
commit | 8a17fba62dad81bbfe7a7f763d1c29bee66b8318 (patch) | |
tree | cf8817458951cd377981025c0839d608f4665164 | |
parent | 1d0953c954c54308b3e0fe52f8497498df40734a (diff) |
More blurb on public update question.
-rwxr-xr-x | web/questionnaire.cgi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/web/questionnaire.cgi b/web/questionnaire.cgi index 3a0de74e6..b2ffca760 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.2 2007-05-04 15:24:43 matthew Exp $ +# $Id: questionnaire.cgi,v 1.3 2007-05-08 12:17:43 matthew Exp $ use strict; require 5.8.0; @@ -207,7 +207,8 @@ EOF EOF $out .= <<EOF; <p>If you wish to leave a public update on the problem, please enter it here -(please note it will not be sent to the council) :</p> +(please note it will not be sent to the council). For example, what was +your experience of getting the problem fixed?</p> <p><textarea name="update" style="width:100%" rows="7" cols="30">$input_h{update}</textarea></p> <div id="another_qn"> |