twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
149 stars 33 forks source link

{% gravatar u.email 150 %} #12

Closed azhang closed 11 years ago

azhang commented 11 years ago

having a size defined causes the hash to be incorrect.

twaddington commented 11 years ago

Thanks for the bug report, I'll take a look.

azhang commented 11 years ago

I think this only happens when I specify u.email. I just changed it to {% gravatar u 150 %} and it works great. Thanks and happy new year!!

twaddington commented 11 years ago

Great, thanks for the additional details.

Happy New Year's to you as well!

On Mon, Dec 31, 2012 at 8:05 PM, aaronz8 notifications@github.com wrote:

I think this only happens when I specify u.email. I just changed it to {% gravatar u 150 %} and it works great. Thanks and happy new year!!

— Reply to this email directly or view it on GitHubhttps://github.com/twaddington/django-gravatar/issues/12#issuecomment-11787332.