app/soc/views/helper/params.py
changeset 1677 b2cf6ad50a2a
parent 1649 495171ad94c0
child 1679 2b28763da7a4
--- a/app/soc/views/helper/params.py	Thu Mar 05 17:44:48 2009 +0000
+++ b/app/soc/views/helper/params.py	Thu Mar 05 19:20:02 2009 +0000
@@ -225,6 +225,8 @@
   new_params['list_template'] = 'soc/models/list.html'
   new_params['invite_template'] = 'soc/models/invite.html'
 
+  new_params['context'] = None
+
   new_params['export_content_type'] = None
   new_params['export_extension'] = '.txt'