app/soc/views/models/role.py
changeset 647 355ac73823a1
parent 646 860e17e5118f
child 651 ef6e22d463cb
--- a/app/soc/views/models/role.py	Tue Dec 02 17:14:18 2008 +0000
+++ b/app/soc/views/models/role.py	Tue Dec 02 17:59:44 2008 +0000
@@ -93,7 +93,7 @@
     new_params['list_action'] = (redirects.getCreateRequestRedirect, 
         {'group_scope' : group_scope,
         'url_name' : self._params['url_name'] })
-    new_params['instruction_text'] = \
+    new_params['list_description'] = \
         self.DEF_INVITE_INSTRUCTION_MSG_FMT % self._params
 
     new_params = dicts.merge(new_params, params)