app/soc/views/helper/access.py
changeset 892 c3cdb581ffd2
parent 891 3d40190f35b6
child 895 e70ffd079438
--- 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)