stephenmcd / mezzanine

CMS framework for Django
http://mezzanine.jupo.org
BSD 2-Clause "Simplified" License
4.75k stars 1.64k forks source link

Method Not Allowed (GET): /admin/logout/ #2072

Open molokov opened 4 months ago

molokov commented 4 months ago

Discussed in https://github.com/stephenmcd/mezzanine/discussions/2071

Logout links in templates should use a POST form rather than a simple link, due to changes in Django 5.0. (See discussion for links and solutions)

Originally posted by **adhibtaAtFb** April 23, 2024 when I will log out via the logout button on the top right, logout was unsuccessful with output: ![image](https://github.com/stephenmcd/mezzanine/assets/96231952/34017f51-42b7-4803-8cfc-3ba312b28b70) but for the login button there is no problem.. thanks
GOUTHAM-2002 commented 3 months ago

Can i work on this ?

amiii123malviya commented 1 month ago

Is this still Active?