diff --git a/app/templates/_nav.html b/app/templates/_nav.html
index b86461b..afa8224 100644
--- a/app/templates/_nav.html
+++ b/app/templates/_nav.html
@@ -25,9 +25,21 @@
{% if current_user.is_authenticated %}
-
 }})
- {{ render_nav_item('main.logout',
- current_user.username + '(Logout) ')|safe }}
+
+
+
+
{% else %}
{{ render_nav_item('main.login', 'Login') }}
{% endif %}