app/soc/views/helper/redirects.py
changeset 1378 8c7f5411d372
parent 1340 06ffdc68ab1b
child 1485 430df988d395
--- a/app/soc/views/helper/redirects.py	Tue Feb 17 19:35:00 2009 +0000
+++ b/app/soc/views/helper/redirects.py	Tue Feb 17 19:36:23 2009 +0000
@@ -187,6 +187,13 @@
   return result
 
 
+def getUserRolesRedirect(_, __):
+  """Returns the redirect to the users Roles page.
+  """
+
+  return '/user/roles'
+
+
 def getProcessRequestRedirect(entity, _):
   """Returns the redirect for processing the specified request entity.
   """