pytask/templates/templatetags/_as_tags.html
changeset 559 96e8e65a3738
parent 548 53b0071346c4
--- a/pytask/templates/templatetags/_as_tags.html	Fri Feb 04 16:38:21 2011 +0530
+++ b/pytask/templates/templatetags/_as_tags.html	Sat Feb 05 03:24:52 2011 +0530
@@ -1,5 +1,3 @@
-<div id="tags">
-  {% for tag in tags %}
-    <a href="{% url view_tag tag.name %}">{{ tag }}</a>{% if not forloop.last %},{% endif %}
-  {% endfor %}
-</div>
\ No newline at end of file
+{% for tag in tags %}
+  <a href="{% url view_tag tag.name %}">{{ tag }}</a>{% if not forloop.last %},{% endif %}
+{% endfor %}