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/month_view.html | |
| parent | 8486805b982b49c1a12f28945ec7346a605d0f5b (diff) | |
Use django-gravatar2, the other one is unmaintained and buggy
Diffstat (limited to 'hyperkitty/templates/month_view.html')
| -rw-r--r-- | hyperkitty/templates/month_view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/month_view.html b/hyperkitty/templates/month_view.html index e53bab6..511866c 100644 --- a/hyperkitty/templates/month_view.html +++ b/hyperkitty/templates/month_view.html @@ -49,7 +49,7 @@ {% endif %} <div class="inline-block gravatar"> {% if thread.starting_email.sender_email %} - {% gravatar_img_for_email thread.starting_email.sender_email 40 %} + {% gravatar thread.starting_email.sender_email 40 %} <br /> {% endif %} {{ thread.starting_email.sender_name|escapeemail }} |
