Code layout change.
[wolnelektury.git] / apps / social / templates / social / shelf_tags.html
diff --git a/apps/social/templates/social/shelf_tags.html b/apps/social/templates/social/shelf_tags.html
deleted file mode 100755 (executable)
index 70108eb..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% if tags %}
-<ul class='social-shelf-tags'>
-    {% for tag in tags %}
-        <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
-    {% endfor %}
-</ul>
-{% endif %}