blob: c860b7341751b56790662ab2b36988377fb26a89 (
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 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 %]
|