Implement support for password change and logout

Note the hack.
This commit is contained in:
Jonas Schäfer
2020-02-29 13:41:08 +01:00
parent 90273960d3
commit 9318b0d152
7 changed files with 198 additions and 32 deletions

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<form method="POST">
{{ form.csrf_token }}
<input type="submit" value="Logout">
</form>
</body>
</html>