pytask/templates/templatetags/_as_tags.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 04 Feb 2011 16:38:21 +0530
changeset 558 fd3e6f5f01bd
parent 548 53b0071346c4
child 559 96e8e65a3738
permissions -rw-r--r--
Use the form helpers templatetag module in the addreviewer template.

<div id="tags">
  {% for tag in tags %}
    <a href="{% url view_tag tag.name %}">{{ tag }}</a>{% if not forloop.last %},{% endif %}
  {% endfor %}
</div>