diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2012-12-06 10:51:22 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2012-12-06 10:51:22 +0100 |
commit | e255c7223ffc9f00f3c85bb573381cf20fcd40a6 (patch) | |
tree | b21ba1850bc2e1553dafa742f1938bdb54f2defa /hyperkitty/templates/search.html | |
parent | 8486805b982b49c1a12f28945ec7346a605d0f5b (diff) | |
download | hyperkitty-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.html | 2 |
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}} |