diff --git a/5-logging/bookshelf/templates/base.html b/5-logging/bookshelf/templates/base.html index 14935efa..1b304438 100644 --- a/5-logging/bookshelf/templates/base.html +++ b/5-logging/bookshelf/templates/base.html @@ -34,10 +34,10 @@
{% if session.profile %} - {% if session.profile.image %} + {% if session.profile.picture %} {% endif %} - {{session.profile.displayName}} + {{session.profile.name}} {% else %} Login diff --git a/6-pubsub/bookshelf/templates/base.html b/6-pubsub/bookshelf/templates/base.html index 14935efa..1b304438 100644 --- a/6-pubsub/bookshelf/templates/base.html +++ b/6-pubsub/bookshelf/templates/base.html @@ -34,10 +34,10 @@
{% if session.profile %} - {% if session.profile.image %} + {% if session.profile.picture %} {% endif %} - {{session.profile.displayName}} + {{session.profile.name}} {% else %} Login