aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/questionnaire/completed.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/questionnaire/completed.html')
-rw-r--r--templates/web/default/questionnaire/completed.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/web/default/questionnaire/completed.html b/templates/web/default/questionnaire/completed.html
index 4a6419ccb..3762b25d0 100644
--- a/templates/web/default/questionnaire/completed.html
+++ b/templates/web/default/questionnaire/completed.html
@@ -1,3 +1,7 @@
+[%
+ INCLUDE 'header.html', title = loc('Questionnaire')
+%]
+
[% advert_outcome = 1 %]
[% IF been_fixed == 'Unknown' %]
@@ -26,3 +30,4 @@ why not <a href="http://www.pledgebank.com/new">make and publicise a pledge</a>?
[% display_crosssell_advert( problem.user.email, problem.name, 'council', problem.council ) %]
[% END %]
+[% INCLUDE 'footer.html' %]