diff -r f90f9b22751a -r 2955eff2bf94 app/soc/views/site/sponsor/list.py --- a/app/soc/views/site/sponsor/list.py Fri Oct 17 13:04:51 2008 +0000 +++ b/app/soc/views/site/sponsor/list.py Fri Oct 17 13:57:54 2008 +0000 @@ -78,8 +78,8 @@ offset=offset, limit=limit, list_templates=list_templates) - context.update({'entity_type': 'Sponsor', - 'entity_type_plural': sponsor_model.Sponsor.GROUP_TYPE_PLURAL, - 'entity_type_short': sponsor_model.Sponsor.GROUP_TYPE_SHORT}) + context.update({'entity_type': sponsor_model.Sponsor.TYPE_NAME, + 'entity_type_plural': sponsor_model.Sponsor.TYPE_NAME_PLURAL, + 'entity_type_short': sponsor_model.Sponsor.TYPE_NAME_SHORT}) return helper.responses.respond(request, template, context) \ No newline at end of file