app/soc/views/helper/surveys.py
changeset 2468 0273c1a8d708
parent 2465 037a7e79a635
child 2470 6c3b7dd8b770
--- 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: