Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
3answers
1k views

Django, custom tag… how?

i would like to make a django custom tag for display 10 entry title from the category where the user is reading a article... but how ill do?, i need to send the category from the actual entry... Any ...
0
votes
1answer
239 views

django avatar custom template tag

My site is quite visual and I would like to make use of users avatars all over the site so I think that writing a custom template tag is the best way to go. My UserProfile is associated with a User ...
-5
votes
1answer
476 views

Teleport - django custom tag

Help please with a django custom tag. Analize it please! Idea: In any template (parent or child), we installing a tag {{ telepoint "head" }}, with a name, such putters could be more than one. At ...