app/soc/views/models/program.py
changeset 1841 d7ac10b583fb
parent 1830 b2b638076e90
child 1848 a0cae3be1412
equal deleted inserted replaced
1840:bf2c705ead19 1841:d7ac10b583fb
   242     """View that allows to assign slots to orgs.
   242     """View that allows to assign slots to orgs.
   243     """
   243     """
   244 
   244 
   245     from soc.views.models import organization as organization_view
   245     from soc.views.models import organization as organization_view
   246 
   246 
   247     org_params = organization_view.view.getParams()
   247     org_params = organization_view.view.getParams().copy()
   248     org_params['list_template'] = 'soc/program/allocation/allocation.html'
   248     org_params['list_template'] = 'soc/program/allocation/allocation.html'
   249     org_params['list_heading'] = 'soc/program/allocation/heading.html'
   249     org_params['list_heading'] = 'soc/program/allocation/heading.html'
   250     org_params['list_row'] = 'soc/program/allocation/row.html'
   250     org_params['list_row'] = 'soc/program/allocation/row.html'
   251     org_params['list_pagination'] = 'soc/list/no_pagination.html'
   251     org_params['list_pagination'] = 'soc/list/no_pagination.html'
   252 
   252