diff -r be1aacb33b0f -r d533408811ba app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Fri Jan 30 10:36:23 2009 +0000 +++ b/app/soc/views/helper/access.py Fri Jan 30 11:15:26 2009 +0000 @@ -708,7 +708,7 @@ properties = { 'applicant': user, - 'status': 'accepted' + 'state': 'accepted' } application = app_logic.logic.getForFields(properties, unique=True)