summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/search.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/search.html
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/search.html')
-rw-r--r--hyperkitty/templates/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/search.html b/hyperkitty/templates/search.html
index 303b9a5..18d2710 100644
--- a/hyperkitty/templates/search.html
+++ b/hyperkitty/templates/search.html
@@ -30,7 +30,7 @@
{% endif %}
<div class="inline-block gravatar">
{% if email.sender_email %}
- {% gravatar_img_for_email email.sender_email 40 %}
+ {% gravatar email.sender_email 40 %}
<br />
{% endif %}
{{email.sender_name}}