diff --git a/app/templates/layout.html b/app/templates/layout.html index a4a9554..98fc4c3 100644 --- a/app/templates/layout.html +++ b/app/templates/layout.html @@ -26,7 +26,7 @@
MyApp
- {% if current_user.is_authenticated() %} + {% if current_user.is_authenticated %} {{ current_user.first_name or current_user.user_auth.username }}   |   Sign out