app/soc/views/models/base.py
changeset 1458 ec06d3ee73e4
parent 1427 00a118a442f7
child 1468 fa794d29cbae
--- 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']