app/soc/views/models/survey.py
changeset 2493 0aabd2d76606
parent 2492 6eac6cd88dad
child 2497 996f381d458c
--- a/app/soc/views/models/survey.py	Thu Jul 02 17:08:10 2009 +0200
+++ b/app/soc/views/models/survey.py	Thu Jul 02 17:47:24 2009 +0200
@@ -493,7 +493,6 @@
     user_entity = user_logic.getForCurrentAccount()
 
     # try to get an existing SurveyRecord for the current user
-    # TODO(ljvderijk) deal with the SurveyProperty name in subclasses
     filter = {'survey': entity,
               'user': user_entity}