diff --git a/app/templates/layout.html b/app/templates/layout.html index e090f78..7b09223 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -2,7 +2,9 @@
  • Create Pitstop
  • Statistics
  • Manual
  • -
  • Logout
  • + {% if current_user.email %} +
  • Logout
  • + {% endif %} {%- endmacro %}