aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/default/questionnaire/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/default/questionnaire/index.html')
-rw-r--r--templates/web/default/questionnaire/index.html10
1 files changed, 6 insertions, 4 deletions
diff --git a/templates/web/default/questionnaire/index.html b/templates/web/default/questionnaire/index.html
index dd811394c..f0e65de4d 100644
--- a/templates/web/default/questionnaire/index.html
+++ b/templates/web/default/questionnaire/index.html
@@ -1,8 +1,10 @@
-[% INCLUDE 'header.html', title = loc('Questionnaire') %]
+[%
+ pre_map = INCLUDE 'report/_main.html';
+ PROCESS "maps/${map.type}.html";
+ INCLUDE 'header.html', title = loc('Questionnaire')
+%]
-[% pre_map = INCLUDE 'report/_main.html' %]
-
-[% INCLUDE "maps/${map.type}.html" %]
+[% map_html %]
[% INCLUDE 'report/updates.html' %]