예제 #1
0
 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')