Fixed too long line in Surveys helper.
authorLennard de Rijk <ljvderijk@gmail.com>
Tue, 30 Jun 2009 18:16:33 +0200
changeset 2468 0273c1a8d708
parent 2467 f46cff8d676b
child 2469 ac14b088f89e
Fixed too long line in Surveys helper.
app/soc/views/helper/surveys.py
--- 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: