app/soc/views/helper/redirects.py
changeset 2114 1b3830abcdf7
parent 1911 87c3e62b28dc
child 2153 7c8adb14c7fb
--- a/app/soc/views/helper/redirects.py	Tue Apr 07 08:43:50 2009 +0000
+++ b/app/soc/views/helper/redirects.py	Tue Apr 07 08:44:56 2009 +0000
@@ -235,6 +235,16 @@
   return result
 
 
+def getManageOverviewRedirect(entity, params):
+  """Returns the redirect for the manage overview view of the given entity.
+  """
+
+  result = '/%s/manage_overview/%s' % (
+      params['url_name'], entity.key().name())
+
+  return result
+
+
 def getSelectRedirect(params):
   """Returns the pick redirect for the specified entity.
   """