app/soc/models/grading_project_survey.py
changeset 2793 8c88226b27e7
parent 2493 0aabd2d76606
equal deleted inserted replaced
2792:14a62fcf4e02 2793:8c88226b27e7
    30   """Survey for Mentors for each of their StudentProjects.
    30   """Survey for Mentors for each of their StudentProjects.
    31   """
    31   """
    32 
    32 
    33   def __init__(self, *args, **kwargs):
    33   def __init__(self, *args, **kwargs):
    34     super(GradingProjectSurvey, self).__init__(*args, **kwargs)
    34     super(GradingProjectSurvey, self).__init__(*args, **kwargs)
    35     self.taking_access = 'mentor'
    35     self.taking_access = 'org'