示例#1
0
def they_can_process_arkivverdig_info(user, they):
    if is_superuser(user):
        they.can(POST, 'ArkivverdigInfo')
示例#2
0
def they_can_post_purring(user, they):
    if is_superuser(user):
        they.can(POST, 'Purring')