# HG changeset patch # User Pawel Solyga # Date 1241022030 -7200 # Node ID f92942dfc28f25a5df13aafb96593712ff4d3e33 # Parent 47a7eb2704c2ce86c5bffd9f6719f62b343cae08 Fix too long line in soc.view.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 47a7eb2704c2 -r f92942dfc28f 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)