app/soc/views/models/base.py
changeset 1967 3fe7ad2d40c0
parent 1958 8e8f45dd46e3
child 1991 3aeda3007467
--- a/app/soc/views/models/base.py	Fri Mar 20 22:49:18 2009 +0000
+++ b/app/soc/views/models/base.py	Fri Mar 20 22:49:56 2009 +0000
@@ -560,6 +560,7 @@
 
     context['entity_type'] = params['name']
     context['entity_type_plural'] = params['name_plural']
+    context['list_msg'] = params['list_msg']
     context['no_lists_msg'] = params['no_lists_msg']
 
     template = params['list_template']