diff --git a/templates/nav.html b/templates/nav.html index c3e15b9..12da103 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,18 +1,46 @@ - - B{rew}log - - Roasters - Roasts - Bags - Brews - Gear - Timeline + + + B{rew}log + + + Roasters + Roasts + Bags + Brews + Gear + Timeline + {% if is_authenticated %} + + Logout + + {% else %} + Login + {% endif %} + + + + + + + + + + + + + + Roasters + Roasts + Bags + Brews + Gear + Timeline {% if is_authenticated %} - Logout + Logout {% else %} - Login + Login {% endif %}