diff -r ac14b088f89e -r 6c3b7dd8b770 app/soc/views/helper/surveys.py --- a/app/soc/views/helper/surveys.py Wed Jul 01 08:29:49 2009 +0200 +++ b/app/soc/views/helper/surveys.py Wed Jul 01 14:28:51 2009 +0200 @@ -150,8 +150,8 @@ self.survey_fields[property]) return self.fields - def addLongField(self, field, value, attrs, schema, req=False, label='', tip='', - comment=''): + def addLongField(self, field, value, attrs, schema, req=False, label='', + tip='', comment=''): """Add a long answer fields to this form. params: