pytask/templates/templatetags/_as_tags.html
changeset 548 53b0071346c4
parent 547 1bfa67f465b4
child 559 96e8e65a3738
equal deleted inserted replaced
547:1bfa67f465b4 548:53b0071346c4
     1 <div id="tags">
     1 <div id="tags">
     2   {% for tag in tags %}
     2   {% for tag in tags %}
     3     <a href="{% url view_tag tag.name %}">{{ tag }}</a>,
     3     <a href="{% url view_tag tag.name %}">{{ tag }}</a>{% if not forloop.last %},{% endif %}
     4   {% endfor %}
     4   {% endfor %}
     5 </div>
     5 </div>