app/soc/views/helper/access.py
changeset 1080 d533408811ba
parent 1074 94bc2a9ae103
child 1085 0afbdd0905ef
--- 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)