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'