aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/report/new/fill_in_details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/new/fill_in_details.html b/templates/web/base/report/new/fill_in_details.html
index debc2af2d..8fa1253da 100644
--- a/templates/web/base/report/new/fill_in_details.html
+++ b/templates/web/base/report/new/fill_in_details.html
@@ -2,7 +2,7 @@
sidebar_html = PROCESS 'report/new/sidebar.html';
SET bodyclass = '';
- SET bodyclass = 'mappage' IF report.used_map;
+ SET bodyclass = 'mappage';
SET bodyclass = bodyclass _ " with-notes" IF sidebar_html;
PROCESS "maps/${map.type}.html" IF report.used_map;
INCLUDE 'header.html', title => loc('Reporting a problem');