aamalig / django-profile

Automatically exported from code.google.com/p/django-profile
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Show avatar tag #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
¡Hola!
I use this tag to show in any page (e.g. forum posts) user's avatar.
I use it as
{% get_profile_avatar user %}

Just place the file inside templatetags dir.

If you think it's necessary you can include it in trunk.

Greetings,
Rafa Muñoz Cárdenas.

Original issue reported on code.google.com by byme...@gmail.com on 6 Aug 2009 at 10:52

Attachments:

GoogleCodeExporter commented 8 years ago
why not just use <img src="{% avatar user %}"> ?

Original comment by stephane.angel on 27 Apr 2010 at 9:34