diff --git a/priceybot2/templates/base.html b/priceybot2/templates/base.html index 9a960b2..5cfef7c 100644 --- a/priceybot2/templates/base.html +++ b/priceybot2/templates/base.html @@ -1,5 +1,5 @@ - + @@ -19,24 +19,24 @@ Home - {% if current_user.is_authenticated %} - - Profile - - {% endif %} - {% if not current_user.is_authenticated %} - - Login - - - Sign Up - - {% endif %} - {% if current_user.is_authenticated %} - - Logout - - {% endif %} + {% if current_user.is_authenticated %} + + Profile + + + Quotes + + {% endif %} + {% if not current_user.is_authenticated %} + + Login + + {% endif %} + {% if current_user.is_authenticated %} + + Logout + + {% endif %}