app/soc/views/models/organization.py
changeset 1838 5a8a254af95b
parent 1766 75531b82a4e2
child 1875 69d60793092a
equal deleted inserted replaced
1837:27428cd5b98f 1838:5a8a254af95b
   208     ranked_params = list_params.copy()# ranked proposals
   208     ranked_params = list_params.copy()# ranked proposals
   209     ranked_params['list_row'] = ('soc/%(module_name)s/list/'
   209     ranked_params['list_row'] = ('soc/%(module_name)s/list/'
   210         'detailed_row.html' % list_params)
   210         'detailed_row.html' % list_params)
   211     ranked_params['list_heading'] = ('soc/%(module_name)s/list/'
   211     ranked_params['list_heading'] = ('soc/%(module_name)s/list/'
   212         'detailed_heading.html' % list_params)
   212         'detailed_heading.html' % list_params)
   213     ranked_params['list_description'] = 'List of %s send to %s ' % (
   213     ranked_params['list_description'] = '%s already under review sent to %s' %(
   214         ranked_params['name_plural'], org_entity.name)
   214         ranked_params['name_plural'], org_entity.name)
   215     ranked_params['list_action'] = (redirects.getReviewRedirect, ranked_params)
   215     ranked_params['list_action'] = (redirects.getReviewRedirect, ranked_params)
   216 
   216 
   217     # TODO(ljvderijk) once sorting with IN operator is fixed, 
   217     # TODO(ljvderijk) once sorting with IN operator is fixed, 
   218     # make this list show more
   218     # make this list show more