From 98a5bde0b2ad825b12418b02240a553773ff9b88 Mon Sep 17 00:00:00 2001 From: Marnanel Thurman Date: Tue, 5 Jan 2021 21:59:18 +0000 Subject: [PATCH] Display username in the navbar, and logout link, if you're logged in --- kepi/tophat_ui/templates/navbar.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kepi/tophat_ui/templates/navbar.html b/kepi/tophat_ui/templates/navbar.html index 3c80318..cb54de8 100644 --- a/kepi/tophat_ui/templates/navbar.html +++ b/kepi/tophat_ui/templates/navbar.html @@ -4,11 +4,14 @@ {% if user.is_authenticated %} + {% else %} {% endif %}