web/views/debug.py
brancholdstable
changeset 8462 a14b6562082b
parent 7810 21683b1975e3
child 8190 2a3c1b787688
equal deleted inserted replaced
8231:1bb43e31032d 8462:a14b6562082b
    40 
    40 
    41 
    41 
    42 class SiteInfoAction(actions.ManagersAction):
    42 class SiteInfoAction(actions.ManagersAction):
    43     __regid__ = 'siteinfo'
    43     __regid__ = 'siteinfo'
    44     __select__ = match_user_groups('users','managers')
    44     __select__ = match_user_groups('users','managers')
    45     title = _('siteinfo')
    45     title = _('Site information')
    46     category = 'manage'
    46     category = 'manage'
    47     order = 1000
    47     order = 1000
    48 
    48 
    49 
    49 
    50 class SiteInfoView(tabs.TabsMixin, StartupView):
    50 class SiteInfoView(tabs.TabsMixin, StartupView):