app/soc/views/models/student.py
changeset 1382 293a14668dc9
parent 1379 e6341549300c
child 1383 18383d2e5a5b
--- a/app/soc/views/models/student.py	Tue Feb 17 19:40:13 2009 +0000
+++ b/app/soc/views/models/student.py	Tue Feb 17 20:07:20 2009 +0000
@@ -60,7 +60,7 @@
     rights['delete'] = ['checkIsDeveloper']
     rights['apply'] = [
         'checkIsUser',
-        ('checkIsActivePeriod', ['program', 'scope_path']),
+        ('checkIsActivePeriod', ['student_signup', 'scope_path']),
         'checkIsNotParticipatingInProgramInScope',
         ]
     rights['manage'] = [