From 4443ddf7adab0fc7f7518efa4dff2ec0ef0fa883 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 23 Jun 2026 19:52:07 +0200 Subject: [PATCH] patch other base! --- teleforma/templates/telemeta/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/teleforma/templates/telemeta/base.html b/teleforma/templates/telemeta/base.html index 378acf7f..632b7d5b 100644 --- a/teleforma/templates/telemeta/base.html +++ b/teleforma/templates/telemeta/base.html @@ -168,7 +168,11 @@ alt="logo" /> {% else %}
  • {% trans "Profile" %}
  • -
  • {% trans "Sign out" %}
  • +
  • + {% csrf_token %} + +
    +
  • {% endif %} {% endif %} -- 2.47.3