diff options
Diffstat (limited to 'templates/web/base/questionnaire/completed-open.html')
-rw-r--r-- | templates/web/base/questionnaire/completed-open.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/web/base/questionnaire/completed-open.html b/templates/web/base/questionnaire/completed-open.html new file mode 100644 index 000000000..c860b7341 --- /dev/null +++ b/templates/web/base/questionnaire/completed-open.html @@ -0,0 +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 representatives 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 %] |