diff options
Diffstat (limited to 'templates/web/default/questionnaire')
-rw-r--r-- | templates/web/default/questionnaire/completed-open.html | 5 | ||||
-rw-r--r-- | templates/web/default/questionnaire/completed.html | 7 |
2 files changed, 6 insertions, 6 deletions
diff --git a/templates/web/default/questionnaire/completed-open.html b/templates/web/default/questionnaire/completed-open.html new file mode 100644 index 000000000..7c5469259 --- /dev/null +++ b/templates/web/default/questionnaire/completed-open.html @@ -0,0 +1,5 @@ +[% 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>') %] diff --git a/templates/web/default/questionnaire/completed.html b/templates/web/default/questionnaire/completed.html index fe896b383..a125d48bd 100644 --- a/templates/web/default/questionnaire/completed.html +++ b/templates/web/default/questionnaire/completed.html @@ -12,12 +12,7 @@ site and leave an update.</p>') %] [% ELSIF new_state == 'confirmed' OR (!new_state AND problem.is_open) %] -[% tprintf( loc('<p style="font-size:150%%">We’re sorry to hear that. We have two suggestions: why not try -<a href="%s">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>'), c.cobrand.writetothem_url || 'http://www.writetothem.com/' ) %] - +[% INCLUDE 'questionnaire/completed-open.html' %] [% advert_outcome = 0 %] [% ELSE %] |