We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3310523 commit 1d8ccafCopy full SHA for 1d8ccaf
1 file changed
6-pubsub/bookshelf/templates/base.html
@@ -34,10 +34,10 @@
34
<p class="navbar-text navbar-right">
35
{% if session.profile %}
36
<a href="/logout">
37
- {% if session.profile.image %}
+ {% if session.profile.picture %}
38
<img class="img-circle" src="{{session.profile.picture}}" width="24">
39
{% endif %}
40
- {{session.profile.displayName}}
+ {{session.profile.name}}
41
</a>
42
{% else %}
43
<a href="/oauth2authorize">Login</a>
0 commit comments