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
I would like to add a logout/sign out menu item which requires the request to be a POST instead of a get.
This is in light of this change: https://code.djangoproject.com/ticket/15619
I would like to add a logout/sign out menu item which requires the request to be a POST instead of a get.
This is in light of this change: https://code.djangoproject.com/ticket/15619
For example, something like:
Then instead of generating a
<a href=xxxx />
it generates a<form method="post" .... </form>
If there is an existing clean way of doing this i would also be interested.
The text was updated successfully, but these errors were encountered: