diff options
-rw-r--r-- | templates/web/fixmystreet/report/new/fill_in_details.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/report/new/fill_in_details.html b/templates/web/fixmystreet/report/new/fill_in_details.html index 0c293d744..d4351143c 100644 --- a/templates/web/fixmystreet/report/new/fill_in_details.html +++ b/templates/web/fixmystreet/report/new/fill_in_details.html @@ -1,6 +1,8 @@ [% + SET c = ''; + SET c = 'mappage' IF report.used_map; PROCESS "maps/${map.type}.html" IF report.used_map; - INCLUDE 'header.html', title => loc('Reporting a problem'), bodyclass => 'mappage' + INCLUDE 'header.html', title => loc('Reporting a problem'), bodyclass => c %] [% IF report.used_map %] |