From 2d2ea048a9b342a592de703e375cf123b0b7a8f3 Mon Sep 17 00:00:00 2001 From: ahosking Date: Sat, 3 Jun 2023 11:49:26 -0400 Subject: [PATCH] Change Header Buttons if Logged in --- api/api/templates/index.html | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/api/api/templates/index.html b/api/api/templates/index.html index fb89941..3e11877 100644 --- a/api/api/templates/index.html +++ b/api/api/templates/index.html @@ -14,14 +14,26 @@ - + {% if user.is_authenticated %} + +{% else %} + +{% endif %} + +