Merge with Pawel's head.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 20:38:38 +0200
changeset 2374 48488e7fa906
parent 2372 f1cbafd21f75 (diff)
parent 2373 05ab9393303d (current diff)
child 2375 b9b203dc96d8
Merge with Pawel's head.
--- a/app/soc/views/helper/params.py	Mon Jun 01 20:31:38 2009 +0200
+++ b/app/soc/views/helper/params.py	Mon Jun 01 20:38:38 2009 +0200
@@ -220,7 +220,7 @@
          'List %(name_plural)s')]
 
   new_params['public_template'] = 'soc/%(module_name)s/public.html' % params
-  new_params['export_template'] = 'soc/export.html' % params
+  new_params['export_template'] = 'soc/export.html'
   new_params['create_template'] = 'soc/models/edit.html'
   new_params['edit_template'] = 'soc/models/edit.html'
   new_params['admin_template'] = 'soc/models/admin.html'