app/soc/views/models/base.py
changeset 1677 b2cf6ad50a2a
parent 1667 95bc81b4cd5c
child 1700 599a5ff8f422
--- a/app/soc/views/models/base.py	Thu Mar 05 17:44:48 2009 +0000
+++ b/app/soc/views/models/base.py	Thu Mar 05 19:20:02 2009 +0000
@@ -122,6 +122,8 @@
     context['entity_type'] = params['name']
     context['entity_type_url'] = params['url_name']
 
+    context = dicts.merge(params['context'], context)
+
     template = params['public_template']
 
     return helper.responses.respond(request, template, context=context)