app/soc/views/models/project_survey.py
changeset 2532 0b4dbe4b3fb7
parent 2531 855ee76c16a2
child 2534 c880489123fc
--- a/app/soc/views/models/project_survey.py	Sat Jul 04 15:08:28 2009 +0200
+++ b/app/soc/views/models/project_survey.py	Sat Jul 04 15:16:54 2009 +0200
@@ -151,6 +151,9 @@
   def _constructFilterForProjectSelection(self, survey, params):
     """Returns the filter needed for the Project selection view.
 
+    Returns a filter for all the valid projects for which the current user
+    is a student. Of course only in the survey's scope.
+
     Args:
       survey: a Survey entity
       params: the params dict for the requesting view