app/soc/logic/models/club.py
changeset 2160 3f9dd37d98a8
parent 1512 97c4a718d6f4
equal deleted inserted replaced
2159:a1f1eaaf458b 2160:3f9dd37d98a8
    56 
    56 
    57     if application:
    57     if application:
    58       # only if there is an application send out the invites
    58       # only if there is an application send out the invites
    59       properties = {
    59       properties = {
    60           'scope': entity,
    60           'scope': entity,
    61           'scope_path': entity.key().name(),
    61           'scope_path': entity.key().id_or_name(),
    62           'role': 'club_admin',
    62           'role': 'club_admin',
    63           'role_verbose' : 'Club Admin',
    63           'role_verbose' : 'Club Admin',
    64           'status': 'group_accepted',
    64           'status': 'group_accepted',
    65           }
    65           }
    66 
    66