diff -r 3d50c8c34d6a -r f00720cddea0 app/soc/views/models/program.py --- 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.")