summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/threads
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/threads
parent8486805b982b49c1a12f28945ec7346a605d0f5b (diff)
downloadhyperkitty-e255c7223ffc9f00f3c85bb573381cf20fcd40a6.tar.gz
hyperkitty-e255c7223ffc9f00f3c85bb573381cf20fcd40a6.tar.xz
hyperkitty-e255c7223ffc9f00f3c85bb573381cf20fcd40a6.zip
Use django-gravatar2, the other one is unmaintained and buggy
Diffstat (limited to 'hyperkitty/templates/threads')
-rw-r--r--hyperkitty/templates/threads/right_col.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/threads/right_col.html b/hyperkitty/templates/threads/right_col.html
index 11ff90a..dcf00e7 100644
--- a/hyperkitty/templates/threads/right_col.html
+++ b/hyperkitty/templates/threads/right_col.html
@@ -52,7 +52,7 @@
<ul>
{% for name, email in participants.items|sort %}
<li>
- {% gravatar_img_for_email email 20 %}
+ {% gravatar email 20 %}
{{ name|escapeemail }}
</li>
{% endfor %}