diff -r 4308324241bc -r 5ad9cabb5892 app/soc/views/site/sponsor/list.py --- a/app/soc/views/site/sponsor/list.py Thu Oct 16 16:05:08 2008 +0000 +++ b/app/soc/views/site/sponsor/list.py Thu Oct 16 17:30:58 2008 +0000 @@ -78,8 +78,8 @@ offset=offset, limit=limit, list_templates=list_templates) - context.update({'group_type': 'Sponsor', - 'group_type_plural': sponsor_model.Sponsor.GROUP_TYPE_PLURAL, - 'group_type_short': sponsor_model.Sponsor.GROUP_TYPE_SHORT}) + context.update({'entity_type': 'Sponsor', + 'entity_type_plural': sponsor_model.Sponsor.GROUP_TYPE_PLURAL, + 'entity_type_short': sponsor_model.Sponsor.GROUP_TYPE_SHORT}) return helper.responses.respond(request, template, context)