Add indention in soc.views.models.organization module.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 09 Mar 2009 00:39:25 +0000
changeset 1766 75531b82a4e2
parent 1765 2c7137e62a01
child 1767 eb7b8367e30f
Add indention 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	Mon Mar 09 00:38:43 2009 +0000
+++ b/app/soc/views/models/organization.py	Mon Mar 09 00:39:25 2009 +0000
@@ -252,7 +252,7 @@
     new_params['list_action'] = (redirects.getReviewRedirect, new_params)
 
     filter = {'org': org_entity,
-        'status': 'new'}
+              'status': 'new'}
 
     new_list = lists.getListContent(
         request, new_params, filter, idx=1)