diff -r 3d40190f35b6 -r c3cdb581ffd2 app/soc/views/helper/access.py --- a/app/soc/views/helper/access.py Wed Jan 21 22:21:40 2009 +0000 +++ b/app/soc/views/helper/access.py Wed Jan 21 22:47:22 2009 +0000 @@ -399,9 +399,7 @@ properties = { 'applicant': user, - 'reviewed': True, - 'accepted': True, - 'application_completed': False, + 'status': 'accepted' } application = app_logic.logic.getForFields(properties, unique=True)