diff options
-rwxr-xr-x | templates/web/base/reports/_ward-list.html | 2 | ||||
-rwxr-xr-x | templates/web/base/reports/body.html | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/templates/web/base/reports/_ward-list.html b/templates/web/base/reports/_ward-list.html index b7e19ffc2..ed341d389 100755 --- a/templates/web/base/reports/_ward-list.html +++ b/templates/web/base/reports/_ward-list.html @@ -1,4 +1,4 @@ -[% IF location == 'after' AND children.size %] +[% IF children.size %] <section id="council_wards" class="hidden-js"> <h2>[% ward_text %]</h2> <p>[% loc('Follow a ward link to view only reports within that ward.') %]</p> diff --git a/templates/web/base/reports/body.html b/templates/web/base/reports/body.html index dfaa98d6a..2ec409765 100755 --- a/templates/web/base/reports/body.html +++ b/templates/web/base/reports/body.html @@ -26,8 +26,6 @@ [% map_html %] -[% INCLUDE 'reports/_ward-list.html', location = 'before' %] - </div> <div id="side"> @@ -51,7 +49,7 @@ [% TRY %][% INCLUDE 'reports/cobrand_stats.html' %][% CATCH file %][% END %] -[% INCLUDE 'reports/_ward-list.html', location = 'after' %] +[% INCLUDE 'reports/_ward-list.html' %] [% IF c.cobrand.moniker == 'fixmystreet' %] <p class="promo"> |