Fix too long line in soc.views.models.student_proposal module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 06 Apr 2009 21:19:58 +0000
changeset 2098 6557b0b1305f
parent 2097 ab7a2ea3ca33
child 2099 c9792aca29f6
Fix too long line in soc.views.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/models/student_proposal.py
--- a/app/soc/views/models/student_proposal.py	Mon Apr 06 21:05:30 2009 +0000
+++ b/app/soc/views/models/student_proposal.py	Mon Apr 06 21:19:58 2009 +0000
@@ -569,7 +569,8 @@
               'status': ['new', 'pending', 'accepted', 'rejected']}
 
     list_params = params.copy()
-    list_params['list_description'] = 'List of my %(name_plural)s.' % list_params
+    list_params['list_description'] = \
+        'List of my %(name_plural)s.' % list_params
     list_params['list_action'] = (redirects.getPublicRedirect, list_params)
 
     valid_list = lists.getListContent(