diff options
author | Struan Donald <struan@exo.org.uk> | 2012-11-06 10:11:49 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-11-06 10:11:49 +0000 |
commit | 0175959b2f5bf66c196bc38661dec750fcf75049 (patch) | |
tree | 8ad3efa24d03543754b4796095baa776c5acdf07 | |
parent | 0aad1857c9411877f9894ae8e71ed4ca306920f4 (diff) |
more appropriate response to questionnaires marking not fixed for council cobrands
-rw-r--r-- | templates/web/default/questionnaire/completed-open.html | 6 | ||||
-rw-r--r-- | templates/web/fixmystreet/questionnaire/completed-open.html | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/templates/web/default/questionnaire/completed-open.html b/templates/web/default/questionnaire/completed-open.html index 7c5469259..06e17cc0b 100644 --- a/templates/web/default/questionnaire/completed-open.html +++ b/templates/web/default/questionnaire/completed-open.html @@ -1,5 +1,11 @@ +[% IF c.cobrand.is_council %] +<p style="font-size: 150%"> +Thank you very much for filling in our questionnaire. +</p> +[% ELSE %] [% loc('<p style="font-size:150%">We’re sorry to hear that. We have two suggestions: why not try writing to your local representative or, if it’s a problem that could be fixed by local people working together, why not <a href="http://www.pledgebank.com/new">make and publicise a pledge</a>? </p>') %] +[% END %] diff --git a/templates/web/fixmystreet/questionnaire/completed-open.html b/templates/web/fixmystreet/questionnaire/completed-open.html index 2bb3bad1f..f39083cce 100644 --- a/templates/web/fixmystreet/questionnaire/completed-open.html +++ b/templates/web/fixmystreet/questionnaire/completed-open.html @@ -1,6 +1,12 @@ +[% IF c.cobrand.is_council %] +<p style="font-size: 150%"> +Thank you very much for filling in our questionnaire. +</p> +[% ELSE %] [% loc('<p style="font-size:150%">We’re sorry to hear that. We have two suggestions: why not try <a href="http://www.writetothem.com/">writing direct to your councillor(s)</a> or, if it’s a problem that could be fixed by local people working together, why not <a href="http://www.pledgebank.com/new">make and publicise a pledge</a>? </p>' ) %] +[% END %] |