From 9de4f15d3c828e92223915426a91fa1d01475b55 Mon Sep 17 00:00:00 2001 From: yaemiku Date: Tue, 26 Dec 2023 05:13:56 +0100 Subject: [PATCH] Fix logout --- templates/admin/base.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/templates/admin/base.html b/templates/admin/base.html index c7d1db9..8eb54ea 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -75,8 +75,22 @@ {% if user.has_usable_password %} {% translate 'Change password' %} / {% endif %} -
+ {% csrf_token %} - +
-{% endblock %} + +{% endblock %} \ No newline at end of file