author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Mon, 09 Mar 2009 00:39:25 +0000 | |
changeset 1766 | 75531b82a4e2 |
parent 1765 | 2c7137e62a01 |
child 1767 | eb7b8367e30f |
--- 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)