app/soc/views/models/organization.py
changeset 1766 75531b82a4e2
parent 1760 393891d794e2
child 1838 5a8a254af95b
--- 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)