app/soc/views/models/student_proposal.py
changeset 2041 9a9307b22312
parent 2031 f018461e0f8a
child 2051 cecbef1289a5
--- a/app/soc/views/models/student_proposal.py	Tue Mar 31 15:45:39 2009 +0000
+++ b/app/soc/views/models/student_proposal.py	Tue Mar 31 16:00:17 2009 +0000
@@ -84,7 +84,7 @@
         ('checkCanStudentPropose', ['scope_path', True])]
     rights['review'] = [('checkRoleAndStatusForStudentProposal',
             [['org_admin', 'mentor', 'host'], 
-            ['active'], ['new', 'pending']])]
+            ['active'], ['new', 'pending', 'invalid']])]
 
     new_params = {}
     new_params['logic'] = soc.logic.models.student_proposal.logic