diff --git a/apps/accounts/templates/base.html b/apps/accounts/templates/base.html index 6fd3e4ca..e2c0bba3 100644 --- a/apps/accounts/templates/base.html +++ b/apps/accounts/templates/base.html @@ -70,7 +70,12 @@ {% if request.user.is_authenticated %} Hello {{ request.user.username }} 👋 - Log out +
{% else %} Log in {% endif %}