app/soc/views/helper/redirects.py
changeset 2668 7fd0951332ef
parent 2660 e2654d53a643
child 2704 d778f2b6191d
--- a/app/soc/views/helper/redirects.py	Thu Jul 23 14:43:20 2009 +0200
+++ b/app/soc/views/helper/redirects.py	Thu Jul 23 14:55:29 2009 +0200
@@ -270,7 +270,7 @@
 def getInviteAcceptedRedirect(entity, _):
   """Returns the redirect for accepting an invite.
   """
-
+  # TODO: redesign this redirect to use ROLE_VIEWS from the Role View
   return '/%s/accept_invite/%s/%s' % (
       entity.role, entity.scope_path, entity.link_id)