app/soc/modules/ghop/views/models/program.py
changeset 2935 0b8b82b6764e
parent 2891 aba681d72b0a
child 2940 ef809d10aaf1
--- a/app/soc/modules/ghop/views/models/program.py	Thu Sep 17 12:43:30 2009 +0530
+++ b/app/soc/modules/ghop/views/models/program.py	Thu Sep 17 12:50:14 2009 +0530
@@ -112,10 +112,8 @@
     new_params['url_name'] = 'ghop/program'
 
     # TODO: this list can be reduced after GSoC has been moved
-    new_params['extra_dynaexclude'] = ['apps_tasks_limit',
-                                       'min_slots', 'max_slots',
-                                       'slots', 'slot_allocation',
-                                       'allocations_visible',
+    new_params['extra_dynaexclude'] = ['min_slots', 'max_slots',
+                                       'slot_allocation', 'allocations_visible',
                                        'task_difficulties', 'task_types',
                                        ]