web/views/startup.py
changeset 2752 28783f51df10
parent 2748 d2fcf19bfb34
child 2754 1db51bb55b45
--- a/web/views/startup.py	Mon Aug 10 09:13:43 2009 +0200
+++ b/web/views/startup.py	Mon Aug 10 10:55:58 2009 +0200
@@ -160,6 +160,7 @@
 class RegistryView(StartupView):
     id = 'registry'
     title = _('registry')
+    __select__ match_user_groups('managers')
 
     def call(self, **kwargs):
         """The default view representing the instance's management"""