diff -r 6eac6cd88dad -r 0aabd2d76606 app/soc/views/models/survey.py --- 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}