-
Notifications
You must be signed in to change notification settings - Fork 284
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django-jazzmin - Logout #524
Comments
We implemented this fix on our base code without forking the Jazzmin codebase with the help of the devs in the conversation above. I can confirm there is a problem with the logout button. instead of sending POST /logout, it sends GET /logout. |
Since django-5, you need to do this through a POST request. To fix this, replace logout dropdown at jazzmin base.html with this :-
|
Hey @HamaBarhamou, a PR was merged today (#544) to fix this issue. A new release will be needed to release this fix. |
great, so we can close this problem |
Apologies for the delay, but we've release the fix to resolve the logout issue now: If you are still supporting an older version of Python (<3.8) or Django (<4) then we also have release a fix for this version as well: |
great. glad to have helped |
hello, here's a conversation that seems to evoke a problem that can be corrected here.
The text was updated successfully, but these errors were encountered: