app/soc/views/models/program.py
changeset 1865 f00720cddea0
parent 1863 d5272c2ded9f
child 1866 a0dcc158bad3
--- a/app/soc/views/models/program.py	Sun Mar 15 13:35:45 2009 +0000
+++ b/app/soc/views/models/program.py	Sun Mar 15 13:36:14 2009 +0000
@@ -189,6 +189,7 @@
     aa_params = org_app_view.view.getParams().copy() # accepted applications
 
     # define the list redirect action to show the notification
+    del aa_params['list_key_order']
     aa_params['list_action'] = (redirects.getPublicRedirect, aa_params)
     aa_params['list_description'] = ugettext(
         "An overview of accepted org applications.")