pytask/templates/templatetags/_as_tags.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Sat, 05 Feb 2011 03:24:52 +0530
changeset 559 96e8e65a3738
parent 548 53b0071346c4
permissions -rw-r--r--
Display Pynts on task/textbook description page. Also make some style fixes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
559
96e8e65a3738 Display Pynts on task/textbook description page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 548
diff changeset
     1
{% for tag in tags %}
96e8e65a3738 Display Pynts on task/textbook description page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 548
diff changeset
     2
  <a href="{% url view_tag tag.name %}">{{ tag }}</a>{% if not forloop.last %},{% endif %}
96e8e65a3738 Display Pynts on task/textbook description page.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 548
diff changeset
     3
{% endfor %}