diff -r 5f3136a5eb4c -r b3bf833c4580 app/soc/views/models/notification.py --- a/app/soc/views/models/notification.py Wed Jan 21 21:32:51 2009 +0000 +++ b/app/soc/views/models/notification.py Wed Jan 21 21:41:36 2009 +0000 @@ -87,7 +87,7 @@ rights['edit'] = [access.deny] rights['show'] = [access.checkIsMyNotification] rights['delete'] = [access.checkIsMyNotification] - rights['list'] = [access.checkIsUser] + rights['list'] = [access.checkAgreesToSiteToS] # create is developer only for the time being to test functionality rights['create'] = [access.checkIsDeveloper]