post login data

This commit is contained in:
Jakob Ketterl
2020-02-23 20:25:36 +01:00
parent de3694248a
commit fa75cac7f5
2 changed files with 24 additions and 15 deletions

View File

@ -5,5 +5,8 @@ class SessionController(WebpageController):
def loginAction(self):
self.serve_template("login.html", **self.template_variables())
def processLoginAction(self):
self.send_redirect("/")
def logoutAction(self):
self.send_redirect("logout happening here")