def view_403(self):
# Get intended path
if not self.user:
self.request.session.flash("You will need to login before you can access other parts of the ticketing system.", "info")
return HTTPFound(location=self.request.route_path("welcome"))
return {}
评论列表
文章目录