From 791cf758caaf25a9375005bdd7f699e614729823 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Sun, 20 Oct 2024 14:23:25 +0100 Subject: Adds basic login, logout and profile link to nav --- alphabetlearning/templates/base.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/alphabetlearning/templates/base.html b/alphabetlearning/templates/base.html index ded8675..faadcd5 100644 --- a/alphabetlearning/templates/base.html +++ b/alphabetlearning/templates/base.html @@ -80,6 +80,14 @@ + + @@ -96,6 +104,11 @@ Blog +
  • + {% if request.user.is_authenticated %} + Log out + {% endif %} +
  • -- cgit v1.2.3