You've already forked snikket-web-portal
Implement support for password change and logout
Note the hack.
This commit is contained in:
9
snikket_web/templates/user_logout.html
Normal file
9
snikket_web/templates/user_logout.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<form method="POST">
|
||||
{{ form.csrf_token }}
|
||||
<input type="submit" value="Logout">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user