changeset 5963 | 4d75f743ed49 |
parent 5877 | 0c7b7b76a84f |
child 6177 | 76aaca285e07 |
--- a/web/views/actions.py Mon Jul 12 13:28:02 2010 +0200 +++ b/web/views/actions.py Mon Jul 12 14:11:09 2010 +0200 @@ -399,12 +399,6 @@ title = _('manage') order = 20 -class SiteInfoAction(ManagersAction): - __regid__ = 'siteinfo' - __select__ = match_user_groups('users','managers') - title = _('info') - order = 30 - # footer actions ###############################################################