diff --git a/templates/layouts/header.html b/templates/layouts/header.html index 3a7eabd..93815f4 100644 --- a/templates/layouts/header.html +++ b/templates/layouts/header.html @@ -3,7 +3,7 @@
{% if current_user.is_authenticated %} - Logged in as {{ current_user.username }} + Logged in as {{ current_user.username }} | Logout {% else %} Login or Sign-up! {% endif %}