Show the actual users gravatar :)

rtd2
Eric Holscher 2012-12-13 19:22:40 -08:00
parent adab13e5eb
commit 970030c644
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
{% block content-header %}
<div style="float: left;">
{% gravatar user.email 30 %}
{% gravatar profile.user.email 30 %}
</div>
<h1>{% blocktrans with profile.user as user %}{{ user }}'s profile{% endblocktrans %}</h1>
{% endblock %}