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