diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-08-10 09:55:21 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-08-10 09:55:21 +0100 |
commit | 92cb0c39c691416344c7c3b577508814efe61ee2 (patch) | |
tree | b96674af3a77ca4ccb3c44bf859150248ec8fea6 | |
parent | f0cd397c755ecbba7f03f3d4ec2eb9810681167b (diff) |
Set mappage class on map skipped page.
Fixes #1479.
-rw-r--r-- | templates/web/base/report/new/fill_in_details.html | 2 |
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'); |