# HG changeset patch # User Pawel Solyga # Date 1239998034 0 # Node ID a71c315275829795508a445c3b78eed5c6de076a # Parent d5d061b0dfd011727731b14457167c39482390e2 Style fixes in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r d5d061b0dfd0 -r a71c31527582 app/soc/views/models/organization.py --- a/app/soc/views/models/organization.py Fri Apr 17 19:53:23 2009 +0000 +++ b/app/soc/views/models/organization.py Fri Apr 17 19:53:54 2009 +0000 @@ -395,8 +395,8 @@ # define the list redirect action to show the notification ap_params['list_action'] = (redirects.getPublicRedirect, ap_params) - ap_params['list_description'] = self.DEF_ACCEPTED_PROJECTS_MSG_FMT %( - entity.name) + ap_params['list_description'] = self.DEF_ACCEPTED_PROJECTS_MSG_FMT % ( + entity.name) ap_params['list_heading'] = 'soc/student_project/list/heading.html' ap_params['list_row'] = 'soc/student_project/list/row.html' @@ -415,7 +415,8 @@ # construct the list and put it into the context context['list'] = soc.logic.lists.Lists(contents) - return super(View, self)._public(request=request, entity=entity, context=context) + return super(View, self)._public(request=request, + entity=entity, context=context) def _getExtraMenuItems(self, role_description, params=None): """Used to create the specific Organization menu entries.