equal
deleted
inserted
replaced
187 |
187 |
188 from soc.views.models import org_app as org_app_view |
188 from soc.views.models import org_app as org_app_view |
189 aa_params = org_app_view.view.getParams().copy() # accepted applications |
189 aa_params = org_app_view.view.getParams().copy() # accepted applications |
190 |
190 |
191 # define the list redirect action to show the notification |
191 # define the list redirect action to show the notification |
|
192 del aa_params['list_key_order'] |
192 aa_params['list_action'] = (redirects.getPublicRedirect, aa_params) |
193 aa_params['list_action'] = (redirects.getPublicRedirect, aa_params) |
193 aa_params['list_description'] = ugettext( |
194 aa_params['list_description'] = ugettext( |
194 "An overview of accepted org applications.") |
195 "An overview of accepted org applications.") |
195 |
196 |
196 aa_list = lists.getListContent(request, aa_params, filter, idx=0, |
197 aa_list = lists.getListContent(request, aa_params, filter, idx=0, |