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