app/soc/views/models/group_app.py
changeset 1667 95bc81b4cd5c
parent 1644 64ccd9628f15
child 1836 1ca77835020a
equal deleted inserted replaced
1666:cdb7e5581694 1667:95bc81b4cd5c
   190           DEF_APPLICATION_LIST_DESCRIPTION_FMT % (
   190           DEF_APPLICATION_LIST_DESCRIPTION_FMT % (
   191           {'name_plural': params['name_plural'], 'status': choice[0]}))
   191           {'name_plural': params['name_plural'], 'status': choice[0]}))
   192       list_params['list_action'] = choice[1]
   192       list_params['list_action'] = choice[1]
   193 
   193 
   194       list_content = list_helper.getListContent(
   194       list_content = list_helper.getListContent(
   195           request, list_params, filter, index)
   195           request, list_params, filter, idx=index)
   196 
   196 
   197       contents += [list_content]
   197       contents += [list_content]
   198 
   198 
   199       index += 1
   199       index += 1
   200 
   200