--- a/app/soc/views/helper/redirects.py Sun Mar 15 13:14:33 2009 +0000
+++ b/app/soc/views/helper/redirects.py Sun Mar 15 13:15:01 2009 +0000
@@ -166,6 +166,16 @@
return result
+def getAcceptedOrgsRedirect(entity, params):
+ """Returns the redirect for the List of accepted orgs.
+ """
+
+ result = '/%s/accepted_orgs/%s' % (
+ params['url_name'], entity.key().name())
+
+ return result
+
+
def getListRequestsRedirect(entity, params):
"""Returns the redirect for the List Requests paged for the given
Group entity and Group View params.