Removed TODO from ProjectSurvey and GradingProjectSurvey views.
--- a/app/soc/views/models/grading_project_survey.py Tue Aug 04 16:46:47 2009 +0200
+++ b/app/soc/views/models/grading_project_survey.py Tue Aug 04 16:52:41 2009 +0200
@@ -123,7 +123,6 @@
# TODO: Ensure that this doesn't break when someone is a mentor for
# a lot of organizations.
- # TODO(ljvderijk) transform StudentProject to handle multiple surveys
fields = {'mentor': mentor_entities,
'status': 'accepted'}
--- a/app/soc/views/models/project_survey.py Tue Aug 04 16:46:47 2009 +0200
+++ b/app/soc/views/models/project_survey.py Tue Aug 04 16:52:41 2009 +0200
@@ -191,7 +191,6 @@
student_entity = student_logic.getForFields(fields, unique=True)
- # TODO(ljvderijk) transform StudentProject to handle multiple surveys
fields = {'student': student_entity,
'status': 'accepted'}