def is_authorized(self): return current_user.is_authenticated() and \ current_user.is_authorized('usegroups')
def is_authorized(self): return current_user.is_authenticated() and \ current_user.is_authorized('usemessages')