summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/recent_activities.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-12-06 10:51:22 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-12-06 10:51:22 +0100
commite255c7223ffc9f00f3c85bb573381cf20fcd40a6 (patch)
treeb21ba1850bc2e1553dafa742f1938bdb54f2defa /hyperkitty/templates/recent_activities.html
parent8486805b982b49c1a12f28945ec7346a605d0f5b (diff)
Use django-gravatar2, the other one is unmaintained and buggy
Diffstat (limited to 'hyperkitty/templates/recent_activities.html')
-rw-r--r--hyperkitty/templates/recent_activities.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html
index 242d38a..dd9d4bc 100644
--- a/hyperkitty/templates/recent_activities.html
+++ b/hyperkitty/templates/recent_activities.html
@@ -167,7 +167,7 @@
</div>
<div class="inline-block gravatar">
{% if author.email %}
- {% gravatar_img_for_email author.email 40 %}
+ {% gravatar author.email 40 %}
<br />
{% endif %}
</div>