Is there a way to get this to work:
{% for tag in tags %}
<font size="{{tag.font_size}}">{% tag_link
"{{tag.name}}" %}</font>
{% endfor %}
The outer loop is using the standard tagging application and the
tag_link is my custom template tag which has a different url depending
on the type of tag.
I don't really want to amend the tagging app, so what is the correct
way of doing this. Extending the template tag class?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---