I've this problem too

I created a custom template tag that renders info about a model

but when I use that tag in a for the tag is used just one time. Like
this

{% for page in pages %}
{% show_info page %}
{% endfor %}

-------

page info #1
page info #1
page info #1

should I provide my custom template tag code?


Thanks for any reply :)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-develop...@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to