Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(core): replace logout link with a logout form
The Django logout system only works if a POST request with the correct `csrf_token` is sent to the `logout` route. The previously existing link to the `logout` route simply did not work. Closes: #910
- Loading branch information