From c01280a143679a4412420bdb7523b40efa16c1fa Mon Sep 17 00:00:00 2001 From: Ryan J Field Date: Sat, 24 Feb 2024 10:45:01 +0000 Subject: [PATCH] fix logout --- templates/base.html | 2 +- templates/rest_framework/api.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 4be7624..593ef0f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -48,7 +48,7 @@ {% if user.is_authenticated %} Logged in as: {{ user.username }} - logout + logout {% else %} {% is_auth_method "GitHub" as is_github %} {% if is_github %} diff --git a/templates/rest_framework/api.html b/templates/rest_framework/api.html index 86d2dd6..2de5231 100644 --- a/templates/rest_framework/api.html +++ b/templates/rest_framework/api.html @@ -23,7 +23,7 @@ {% if user.is_authenticated %} Logged in as: {{ user.username }} - logout + logout {% else %} {% is_auth_method "GitHub" as is_github %} {% if is_github %}