app/soc/views/models/base.py
changeset 518 d9d31d316a74
parent 516 ec1dcd70b97e
child 528 5e6ae12cc495
--- a/app/soc/views/models/base.py	Thu Nov 20 21:06:21 2008 +0000
+++ b/app/soc/views/models/base.py	Thu Nov 20 21:08:07 2008 +0000
@@ -355,6 +355,9 @@
     context['entity_type_plural'] = params['name_plural']
     context['redirect_action'] = params['list_redirect_action']
 
+    if 'instruction_text' in params:
+      context['instruction_text'] = params['instruction_text']
+
     template = params['list_template']
 
     return helper.responses.respond(request, template, context)