diff options
Diffstat (limited to 'templates/web/default/questionnaire')
-rw-r--r-- | templates/web/default/questionnaire/index.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/web/default/questionnaire/index.html b/templates/web/default/questionnaire/index.html index 2bc28451f..dd811394c 100644 --- a/templates/web/default/questionnaire/index.html +++ b/templates/web/default/questionnaire/index.html @@ -1,9 +1,8 @@ [% INCLUDE 'header.html', title = loc('Questionnaire') %] -[% INCLUDE 'report/_main.html' %] +[% pre_map = INCLUDE 'report/_main.html' %] -# FIXME The below should be in the template, by including a map template. -[% map_start_html %] +[% INCLUDE "maps/${map.type}.html" %] [% INCLUDE 'report/updates.html' %] |