app/soc/views/models/organization.py
changeset 1998 0df5351ac18a
parent 1928 8001eee3160f
child 2035 5b663ac5bb14
equal deleted inserted replaced
1997:55cf79b8cffe 1998:0df5351ac18a
   272     # update the prop_list with the ranking and coloring information
   272     # update the prop_list with the ranking and coloring information
   273     prop_list['info'] = (list_info_helper.getStudentProposalInfo(ranking,
   273     prop_list['info'] = (list_info_helper.getStudentProposalInfo(ranking,
   274         assigned_proposals), None)
   274         assigned_proposals), None)
   275 
   275 
   276     new_params = list_params.copy() # new proposals
   276     new_params = list_params.copy() # new proposals
   277     new_params['list_description'] = 'List of new %s send to %s ' % (
   277     new_params['list_description'] = 'List of new %s sent to %s ' % (
   278         new_params['name_plural'], org_entity.name)
   278         new_params['name_plural'], org_entity.name)
   279     new_params['list_action'] = (redirects.getReviewRedirect, new_params)
   279     new_params['list_action'] = (redirects.getReviewRedirect, new_params)
   280 
   280 
   281     filter = {'org': org_entity,
   281     filter = {'org': org_entity,
   282               'status': 'new'}
   282               'status': 'new'}