diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index 10f8a04..ff154a8 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load i18n %} {% load hk_generic %} +{% load gravatar %} {% block title %} @@ -44,6 +45,12 @@ </p> </form> + <div class="gravatar"> + <a href="http://gravatar.com/">{% gravatar user.email 150 %}</a> + <p><a href="http://gravatar.com/">Edit on gravatar.com</a></p> + </div> + + <div class="clearfix"></div> <h3>Favorites</h3> {% if favorites %} |