示例#1
0
 def get_success_url(self):
     """
     Redirects to flow index page
     """
     return shortcuts.get_next_task_url(self.process, self.request.user)
示例#2
0
 def get_success_url(self):
     return shortcuts.get_next_task_url(self.process, self.request.user)
示例#3
0
 def get_success_url(self):
     return shortcuts.get_next_task_url(self.activation.process, self.request.user)
示例#4
0
 def get_success_url(self):
     """
     Redirects to flow index page
     """
     return shortcuts.get_next_task_url(self.process, self.request.user)