app/soc/modules/ghop/views/models/program.py
changeset 2935 0b8b82b6764e
parent 2891 aba681d72b0a
child 2940 ef809d10aaf1
equal deleted inserted replaced
2934:e8522be2737b 2935:0b8b82b6764e
   110 
   110 
   111     new_params['module_package'] = 'soc.modules.ghop.views.models'
   111     new_params['module_package'] = 'soc.modules.ghop.views.models'
   112     new_params['url_name'] = 'ghop/program'
   112     new_params['url_name'] = 'ghop/program'
   113 
   113 
   114     # TODO: this list can be reduced after GSoC has been moved
   114     # TODO: this list can be reduced after GSoC has been moved
   115     new_params['extra_dynaexclude'] = ['apps_tasks_limit',
   115     new_params['extra_dynaexclude'] = ['min_slots', 'max_slots',
   116                                        'min_slots', 'max_slots',
   116                                        'slot_allocation', 'allocations_visible',
   117                                        'slots', 'slot_allocation',
       
   118                                        'allocations_visible',
       
   119                                        'task_difficulties', 'task_types',
   117                                        'task_difficulties', 'task_types',
   120                                        ]
   118                                        ]
   121 
   119 
   122     patterns = []
   120     patterns = []
   123     patterns += [
   121     patterns += [