diff -r 9fd31955cc49 -r ec06d3ee73e4 app/soc/views/models/base.py --- a/app/soc/views/models/base.py Sun Feb 22 10:55:24 2009 +0000 +++ b/app/soc/views/models/base.py Sun Feb 22 11:17:46 2009 +0000 @@ -507,6 +507,7 @@ context['entity_type'] = params['name'] context['entity_type_plural'] = params['name_plural'] + context['no_lists_msg'] = params['no_lists_msg'] template = params['list_template']