diff options
-rw-r--r-- | templates/web/seesomething/report/display.html | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/templates/web/seesomething/report/display.html b/templates/web/seesomething/report/display.html index 0068c66c1..93b0048a2 100644 --- a/templates/web/seesomething/report/display.html +++ b/templates/web/seesomething/report/display.html @@ -1,20 +1,9 @@ [% - PROCESS "report/photo-js.html"; - PROCESS "maps/${map.type}.html"; - INCLUDE 'header.html' robots = 'index, nofollow', - bobyclass = 'mappage', - no_version_css => 1; + bobyclass = 'mappage'; %] -[% IF !c.user_exists OR !c.user.from_council %] Reports to this site are private -[% ELSE %] -[% map_html %] - -</div> -[% INCLUDE 'report/_main.html' %] -[% END %] [% INCLUDE 'footer.html' %] |