Fix too long line in soc.view.models.organization module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Wed, 29 Apr 2009 18:20:30 +0200
changeset 2283 f92942dfc28f
parent 2282 47a7eb2704c2
child 2284 e7bb719e2539
Fix too long line in soc.view.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
app/soc/views/models/organization.py
--- a/app/soc/views/models/organization.py	Tue Apr 28 12:47:06 2009 +0200
+++ b/app/soc/views/models/organization.py	Wed Apr 29 18:20:30 2009 +0200
@@ -536,7 +536,8 @@
 
     if timeline_helper.isAfterEvent(program_entity.timeline,
                                     'accepted_students_announced_deadline'):
-      ap_params = student_project_view.view.getParams().copy() # accepted projects
+      # accepted projects
+      ap_params = student_project_view.view.getParams().copy() 
 
       # define the list redirect action to show the notification
       ap_params['list_action'] = (redirects.getPublicRedirect, ap_params)