Fix too long line in soc.view.models.organization module.
Patch by: Pawel Solyga
Reviewed by: to-be-reviewed
--- 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)