diff -r 1ad6d986be6d -r f09f317769c4 app/soc/views/models/organization.py --- a/app/soc/views/models/organization.py Wed Jul 08 11:50:02 2009 +0200 +++ b/app/soc/views/models/organization.py Wed Jul 08 15:44:54 2009 +0200 @@ -493,7 +493,7 @@ # only show projects that have not failed filter = {'scope': entity, - 'status': ['accepted', 'mid_term_passed', 'passed']} + 'status': ['accepted', 'completed']} ap_list = lists.getListContent(request, ap_params, filter, idx=0, need_content=True)