The templatetag avatar contains a little problem, it doesn't resolve the
user variable correctly.
My Django is the svn trunk.
The render method of the ResizedThumbnailMode is trying to access variable
request.user in context which leads to a error.
If self.user is Variable("user") everything works fine, but the Thumbnail
function always passes username argument as 'request.user' to
ResizedThumbnailMode.
Original issue reported on code.google.com by midnight...@gmail.com on 28 Feb 2009 at 6:43
Original issue reported on code.google.com by
midnight...@gmail.com
on 28 Feb 2009 at 6:43