From d22e8619f777165a87ddb166bd902148792805e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Blond=20Daugaard?= Date: Sat, 18 Apr 2026 11:50:03 -0400 Subject: [PATCH 1/8] Require POST logout flow ahead of Django 5. --- templates/master.html | 7 ++++++- users/templates/users/account.html | 5 ++++- users/tests.py | 8 ++++---- users/urls.py | 3 +-- users/views.py | 9 ++++++++- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/templates/master.html b/templates/master.html index 51c9fd2..fb70204 100644 --- a/templates/master.html +++ b/templates/master.html @@ -74,7 +74,12 @@ {% if user.is_authenticated %}
  • Rules Chat Sessions
  • Manage Account
  • -
  • Log out
  • + {% else %}