You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The logout link in the user usemenu simply points to the logout route - it should make a POST request instead to make logout work
The text was updated successfully, but these errors were encountered: