Style fix in Survey views helper.
authorLennard de Rijk <ljvderijk@gmail.com>
Wed, 01 Jul 2009 14:28:51 +0200
changeset 2470 6c3b7dd8b770
parent 2469 ac14b088f89e
child 2471 04f13163c1e8
Style fix in Survey views helper.
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: