app/soc/modules/ghop/views/helper/redirects.py
changeset 2951 c904033c58e1
parent 2844 ec22622da589
child 3076 11d5fa052ad1
equal deleted inserted replaced
2950:ceec88091db8 2951:c904033c58e1
    64   """Returns the task type tags edit redirect for the specified entity.
    64   """Returns the task type tags edit redirect for the specified entity.
    65   """
    65   """
    66 
    66 
    67   return'/%s/task_type/%s' % (
    67   return'/%s/task_type/%s' % (
    68       params['url_name'], entity.key().id_or_name())
    68       params['url_name'], entity.key().id_or_name())
    69 
       
    70 
       
    71 def getParticipatingOrgsRedirect(entity, params):
       
    72   """Returns the participating organizations list redirect for the
       
    73   specified program entity.
       
    74   """
       
    75 
       
    76   return '/%s/participating_orgs/%s' % (
       
    77       params['url_name'], entity.key().id_or_name())