diff -r 7a6f94ffcc87 -r a8eaea0b268d app/soc/logic/models/club_admin.py --- a/app/soc/logic/models/club_admin.py Sun Feb 01 13:07:12 2009 +0000 +++ b/app/soc/logic/models/club_admin.py Sun Feb 01 13:24:00 2009 +0000 @@ -50,7 +50,7 @@ if club_entity.status == 'new': # this club is new so mark as active - fields = {'status' : 'active'} + fields = {'status': 'active'} club_logic.logic.updateEntityProperties(club_entity, fields) # call super