--- a/app/soc/views/helper/access.py Wed Jul 15 15:18:58 2009 +0200
+++ b/app/soc/views/helper/access.py Wed Jul 15 15:28:02 2009 +0200
@@ -1628,7 +1628,8 @@
# check if the current user is a mentor for the program in survey.scope
django_args['program'] = survey_scope
# program is the 'program' attribute for mentors and org_admins
- return self._checkHasActiveRoleFor(django_args, org_admin_logic, 'program')
+ return self._checkHasActiveRoleFor(django_args, org_admin_logic,
+ 'program')
if role == 'student':
# check if the current user is a student for the program in survey.scope