app/soc/views/helper/params.py
changeset 2372 f1cbafd21f75
parent 2330 068540d91bde
child 2385 174e946039e0
equal deleted inserted replaced
2371:805400745f57 2372:f1cbafd21f75
   218         (r'^%(url_name)s/(?P<access_type>list_public)/%(sans_link_id)s$',
   218         (r'^%(url_name)s/(?P<access_type>list_public)/%(sans_link_id)s$',
   219          'soc.views.models.%(module_name)s.list_public', 
   219          'soc.views.models.%(module_name)s.list_public', 
   220          'List %(name_plural)s')]
   220          'List %(name_plural)s')]
   221 
   221 
   222   new_params['public_template'] = 'soc/%(module_name)s/public.html' % params
   222   new_params['public_template'] = 'soc/%(module_name)s/public.html' % params
   223   new_params['export_template'] = 'soc/export.html' % params
   223   new_params['export_template'] = 'soc/export.html'
   224   new_params['create_template'] = 'soc/models/edit.html'
   224   new_params['create_template'] = 'soc/models/edit.html'
   225   new_params['edit_template'] = 'soc/models/edit.html'
   225   new_params['edit_template'] = 'soc/models/edit.html'
   226   new_params['admin_template'] = 'soc/models/admin.html'
   226   new_params['admin_template'] = 'soc/models/admin.html'
   227   new_params['list_template'] = 'soc/models/list.html'
   227   new_params['list_template'] = 'soc/models/list.html'
   228   new_params['invite_template'] = 'soc/models/invite.html'
   228   new_params['invite_template'] = 'soc/models/invite.html'