diff --git a/kallithea/templates/admin/gists/show.html b/kallithea/templates/admin/gists/show.html
--- a/kallithea/templates/admin/gists/show.html
+++ b/kallithea/templates/admin/gists/show.html
@@ -71,7 +71,7 @@
-
,16)})
+ ${h.gravatar(h.email_or_none(c.file_changeset.author), size=16)}
${h.person(c.file_changeset.author)} - ${_('created')} ${h.age(c.file_changeset.date)}
diff --git a/kallithea/templates/admin/my_account/my_account.html b/kallithea/templates/admin/my_account/my_account.html
--- a/kallithea/templates/admin/my_account/my_account.html
+++ b/kallithea/templates/admin/my_account/my_account.html
@@ -28,7 +28,7 @@
-
})
+ ${h.gravatar(c.user.email)}
${c.user.username}
diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html
--- a/kallithea/templates/admin/my_account/my_account_emails.html
+++ b/kallithea/templates/admin/my_account/my_account_emails.html
@@ -1,7 +1,7 @@
- |
+ ${h.gravatar(c.user.email, size=16)} |
${c.user.email} |
${_('Primary')}
@@ -10,7 +10,7 @@
%if c.user_email_map:
%for em in c.user_email_map:
|
- |
+ ${h.gravatar(em.email, size=16)} |
${em.email} |
${h.form(url('my_account_emails'),method='delete')}
diff --git a/kallithea/templates/admin/my_account/my_account_profile.html b/kallithea/templates/admin/my_account/my_account_profile.html
--- a/kallithea/templates/admin/my_account/my_account_profile.html
+++ b/kallithea/templates/admin/my_account/my_account_profile.html
@@ -3,7 +3,9 @@ ${h.form(url('my_account'), method='post
-
+
+ ${h.gravatar(c.user.email)}
+
%if c.visual.use_gravatar:
${_('Change your avatar at')} gravatar.com
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html
--- a/kallithea/templates/admin/notifications/notifications_data.html
+++ b/kallithea/templates/admin/notifications/notifications_data.html
@@ -10,7 +10,7 @@ unread = lambda n:{False:'unread'}.get(n
|