--- a/web/views/debug.py Thu May 14 10:24:56 2009 +0200
+++ b/web/views/debug.py Thu May 14 11:38:40 2009 +0200
@@ -23,7 +23,7 @@
html_escape(str(key)), html_escape(repr(dict[key]))))
w(u'</ul>')
-
+
class DebugView(StartupView):
id = 'debug'
__select__ = none_rset() & match_user_groups('managers')