aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2012-12-21 17:49:41 +0000
committerStruan Donald <struan@exo.org.uk>2012-12-21 17:49:41 +0000
commit246e3e7118d6e5c4a0066e17b30322ac3555959f (patch)
tree1e0fe70ac1c5291a919472a476000e92b0425c0f
parentb3406717b4306487f6d2fb3660db43442406229f (diff)
reports are not visible by anyone it turns out
-rw-r--r--templates/web/seesomething/report/display.html13
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' %]