app/soc/views/sponsor/profile.py
changeset 360 5ad9cabb5892
parent 358 843d83b87282
child 361 465e4df617de
--- a/app/soc/views/sponsor/profile.py	Thu Oct 16 16:05:08 2008 +0000
+++ b/app/soc/views/sponsor/profile.py	Thu Oct 16 17:30:58 2008 +0000
@@ -59,7 +59,7 @@
   link_name_sponsor.description = \
       helper.templates.unescape(link_name_sponsor.description)
   
-  context.update({'link_name_group': link_name_sponsor,
-                  'group_type': 'Sponsor'})
+  context.update({'entity': link_name_sponsor,
+                  'entity_type': 'Sponsor'})
 
   return helper.responses.respond(request, template, context)
\ No newline at end of file