app/soc/views/models/sponsor.py
changeset 445 31927f21970d
parent 429 e50e18936f06
child 448 075360be6743
equal deleted inserted replaced
444:6e50bfc6e5a7 445:31927f21970d
   102        
   102        
   103     params['edit_form'] = EditForm
   103     params['edit_form'] = EditForm
   104     params['create_form'] = CreateForm
   104     params['create_form'] = CreateForm
   105 
   105 
   106     # TODO(tlarsen) Add support for Django style template lookup
   106     # TODO(tlarsen) Add support for Django style template lookup
   107     params['edit_template'] = 'soc/site/sponsor/profile/edit.html'
   107     params['edit_template'] = 'soc/sponsor/edit.html'
   108     params['public_template'] = 'soc/group/profile/public.html'
   108     params['public_template'] = 'soc/group/public.html'
   109     params['list_template'] = 'soc/group/list/all.html'
   109     params['list_template'] = 'soc/models/list.html'
   110 
   110 
   111     params['lists_template'] = {
   111     params['lists_template'] = {
   112       'list_main': 'soc/list/list_main.html',
   112       'list_main': 'soc/list/list_main.html',
   113       'list_pagination': 'soc/list/list_pagination.html',
   113       'list_pagination': 'soc/list/list_pagination.html',
   114       'list_row': 'soc/group/list/group_row.html',
   114       'list_row': 'soc/group/list/group_row.html',