From 369643cd5ea4adb1ac8765b923297877266db5f2 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Wed, 27 Oct 2021 08:51:44 +0000 Subject: [PATCH] Add a "sign in" button to the menu bar when the user is not signed in. This will hopefully make it more noticeable when one got logged out. Commit ready for merge. - Legacy-Id: 19467 --- ietf/templates/base.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 491543cc2..b4a4b29e0 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -74,6 +74,12 @@ + {% if not user.is_authenticated %} + + + {% endif %}