diff --git a/app/templates/base.html b/app/templates/base.html index ba71787..3c17a12 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -17,7 +17,7 @@ -
{% if current_user.is_authenticated %} - Logout {{current_user.userName}} + + {% endif %} + + {% if current_user.is_authenticated %} + Logout {{current_user.userName}} {% endif %} {% if not current_user.is_authenticated %} - Login + Login {% endif %}