app/soc/views/models/organization.py
changeset 2573 f09f317769c4
parent 2418 32cb30846cfd
child 2694 b8f083157e33
--- 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)