Fixed too long line in Surveys helper.
--- a/app/soc/views/helper/surveys.py Tue Jun 30 18:02:10 2009 +0200
+++ b/app/soc/views/helper/surveys.py Tue Jun 30 18:16:33 2009 +0200
@@ -176,8 +176,8 @@
self.survey_fields[field] = question
self.addCommentField(field, comment, attrs, tip)
- def addShortField(self, field, value, attrs, schema, req=False, label='', tip='',
- comment=''):
+ def addShortField(self, field, value, attrs, schema, req=False, label='',
+ tip='', comment=''):
"""Add a short answer fields to this form.
params: