# HG changeset patch # User Pawel Solyga # Date 1236559165 0 # Node ID 75531b82a4e270b7b3b245f7c08bc5c0dec52c74 # Parent 2c7137e62a01fda17638151e5a036a8df491132d Add indention in soc.views.models.organization module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r 2c7137e62a01 -r 75531b82a4e2 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)