app/soc/views/helper/access.py
changeset 2660 e2654d53a643
parent 2610 95949d4c45d9
child 2710 9a93624bd2d4
--- 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