app/soc/views/helper/access.py
changeset 1232 3bce6205e24e
parent 1227 38afecddfbed
child 1237 b5bf2aa0f3f9
--- a/app/soc/views/helper/access.py	Fri Feb 06 10:21:18 2009 +0000
+++ b/app/soc/views/helper/access.py	Fri Feb 06 10:24:45 2009 +0000
@@ -761,7 +761,8 @@
 
     fields = {
         'link_id': django_args['link_id'],
-        'status' : ['needs review', 'accepted', 'rejected', 'ignored']
+        'status' : ['needs review', 'accepted', 'rejected', 'ignored',
+            'pre-accepted']
         }
 
     if 'scope_path' in django_args: