--- a/app/soc/models/survey.py Fri Jul 03 12:10:24 2009 +0200
+++ b/app/soc/models/survey.py Fri Jul 03 14:19:23 2009 +0200
@@ -34,6 +34,9 @@
import soc.models.work
+COMMENT_PREFIX = 'comment_for_'
+
+
class SurveyContent(db.Expando):
"""Fields (questions) and schema representation of a Survey.
@@ -93,7 +96,7 @@
SURVEY_ACCESS = ['admin', 'restricted', 'member', 'user']
# these are GSoC specific, so eventually we can subclass this
- SURVEY_TAKING_ACCESS = ['student',
+ SURVEY_TAKING_ACCESS = ['student',
'mentor',
'org_admin',
'user',