app/soc/logic/models/club.py
changeset 917 fb82d4357552
parent 892 c3cdb581ffd2
child 966 d45172b64f2b
equal deleted inserted replaced
916:f18c0a56da8b 917:fb82d4357552
    54       # only if there is an application send out the invites
    54       # only if there is an application send out the invites
    55       properties = {
    55       properties = {
    56           'scope': entity,
    56           'scope': entity,
    57           'scope_path': entity.key().name(),
    57           'scope_path': entity.key().name(),
    58           'role': 'club_admin',
    58           'role': 'club_admin',
       
    59           'role_verbose' : 'Club Admin',
    59           'group_accepted': True,
    60           'group_accepted': True,
    60           }
    61           }
    61 
    62 
    62       for admin in [application.applicant, application.backup_admin]:
    63       for admin in [application.applicant, application.backup_admin]:
    63         properties['link_id'] = admin.link_id
    64         properties['link_id'] = admin.link_id