diff options
author | Struan Donald <struan@exo.org.uk> | 2013-01-11 10:49:38 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-01-11 10:49:38 +0000 |
commit | 3cf82825aa89d371a8564d739179c5b56d0270ef (patch) | |
tree | a5c2c49e485f8ff3a55448c1dd8586973356f5f9 | |
parent | 54618672438da7f81645d2d22593be157dd820f3 (diff) |
update questionnaire page wording for southampton
-rw-r--r-- | templates/web/default/questionnaire/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/web/default/questionnaire/index.html b/templates/web/default/questionnaire/index.html index 5b48f8915..6783bca57 100644 --- a/templates/web/default/questionnaire/index.html +++ b/templates/web/default/questionnaire/index.html @@ -80,9 +80,13 @@ href="http://www.emptyhomes.com/getinvolved/campaign.html">http://www.emptyhomes </p> [% END %] +[% IF c.cobrand.moniker == 'southampton' %] +<p>Add a public update (please note it will not be sent to the council)</p> +[% ELSE %] <p>[% loc('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). For example, what was your experience of getting the problem fixed?') %]</p> +[% END %] <p><textarea name="update" style="max-width:90%" rows="7" cols="30">[% update | html %]</textarea></p> |