app/soc/views/models/organization.py
changeset 2129 f6ca1647bff7
parent 2121 4f6344dfab28
child 2146 57c74ce47fa3
--- a/app/soc/views/models/organization.py	Wed Apr 08 22:19:24 2009 +0000
+++ b/app/soc/views/models/organization.py	Wed Apr 08 22:20:00 2009 +0000
@@ -111,7 +111,8 @@
     new_params['group_applicant_url'] = True
     new_params['sans_link_id_public_list'] = True
 
-    new_params['extra_dynaexclude'] = ['slots', 'nr_applications', 'nr_mentors']
+    new_params['extra_dynaexclude'] = ['slots', 'slots_calculated',
+                                       'nr_applications', 'nr_mentors']
 
     patterns = []