diff options
Diffstat (limited to 'hyperkitty/templates/user_profile.html')
-rw-r--r-- | hyperkitty/templates/user_profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/user_profile.html b/hyperkitty/templates/user_profile.html index e6cb8bd..bb9ddc0 100644 --- a/hyperkitty/templates/user_profile.html +++ b/hyperkitty/templates/user_profile.html @@ -67,8 +67,8 @@ </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> + <a href="{{ gravatar_url }}">{% gravatar user.email 150 %}</a> + <p><a href="{{ gravatar_url }}">Edit on {{ gravatar_shortname }}</a></p> </div> <div class="clearfix"></div> |