blob: 06e17cc0bfbce697ff10068a3ac36c70e18fd429 (
plain)
1
2
3
4
5
6
7
8
9
10
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 %]
|