app/soc/views/models/base.py
changeset 552 cb23b3897e0c
parent 551 2ee7ad5266a8
child 553 c0cc20b4afc9
--- a/app/soc/views/models/base.py	Sat Nov 22 10:29:13 2008 +0000
+++ b/app/soc/views/models/base.py	Sat Nov 22 11:19:20 2008 +0000
@@ -369,9 +369,6 @@
     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)