diff options
author | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 16:54:02 +0000 |
---|---|---|
committer | Josh Angell <josh@supercooldesign.co.uk> | 2012-02-23 16:54:02 +0000 |
commit | 527be3a9bd51b898f1da6c0138d565f04f854036 (patch) | |
tree | cb9beecf24504156c0e76718bd1e5f1361f40491 | |
parent | 888f8981de8e224fad97883a8875ca7eb74967d3 (diff) |
Added mappage body class to /reports/council to add in the proper header stuff (see #232)
Signed-off-by: Josh Angell <josh@supercooldesign.co.uk>
-rwxr-xr-x | templates/web/fixmystreet/reports/council.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/reports/council.html b/templates/web/fixmystreet/reports/council.html index d8a7604a6..7af9201cd 100755 --- a/templates/web/fixmystreet/reports/council.html +++ b/templates/web/fixmystreet/reports/council.html @@ -13,6 +13,7 @@ INCLUDE 'header.html', title = tprintf(loc('%s - Summary reports'), name) context = 'reports' + bodyclass = 'mappage' rss = [ tprintf(loc('Problems within %s, FixMyStreet'), name), rss_url ] %] |