From: Guillaume Pellerin Date: Tue, 23 Jun 2026 17:44:15 +0000 (+0200) Subject: use form with POST request to logout X-Git-Tag: 3.0.2~1^2~13 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ebfb0dd552d47a82295d2aa550c50bf5d56ad2cd;p=teleforma.git use form with POST request to logout --- diff --git a/teleforma/templates/teleforma/base.html b/teleforma/templates/teleforma/base.html index 13eef862..1605eb8d 100644 --- a/teleforma/templates/teleforma/base.html +++ b/teleforma/templates/teleforma/base.html @@ -168,7 +168,11 @@ {% else %}
  • {% trans "Profile" %}
  • -
  • {% trans "Sign out" %}
  • +
  • + {% csrf_token %} + +
    ) +
  • {% endif %} {% endif %}