--- a/web/views/debug.py Wed Jun 03 09:09:33 2009 +0200
+++ b/web/views/debug.py Thu Apr 04 13:49:34 2019 +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')