Code review comment for lp:~henninge/launchpad/bug-507498-oops-subset

Revision history for this message
Adi Roiban (adiroiban) wrote :

Just a small comment:

Since AdminPOTemplateSubset(self.obj).checkAuthenticated(user) is checking for user.is_admin, it can be left out and have only:

return AdminPOTemplateSubset(self.obj).checkAuthenticated(user)

« Back to merge proposal