Django 5 - logout should be post
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 3
- Avg merge
- 9h 28m
- Merged PRs (30d)
- 42
Description
Split out from Django 5 #1366
As of 5.0 logout requires a post - so we get
```
WARNING Method Not Allowed (GET): /accounts/logout/
```
Need to rework the menu tags to allow POST
Shariant testing:
* Ensure top menus still work
* Ensure left menus still work
* Ensure logout works
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.