Style fixes in soc.views.models.organization module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Fri, 17 Apr 2009 19:53:54 +0000
changeset 2195 a71c31527582
parent 2194 d5d061b0dfd0
child 2196 6b424ec5b0ae
Style fixes in soc.views.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	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.