diff -r a1f1eaaf458b -r 3f9dd37d98a8 app/soc/logic/models/club.py --- a/app/soc/logic/models/club.py Sat Apr 11 22:57:23 2009 +0000 +++ b/app/soc/logic/models/club.py Sat Apr 11 22:58:19 2009 +0000 @@ -58,7 +58,7 @@ # only if there is an application send out the invites properties = { 'scope': entity, - 'scope_path': entity.key().name(), + 'scope_path': entity.key().id_or_name(), 'role': 'club_admin', 'role_verbose' : 'Club Admin', 'status': 'group_accepted',