Merge branch 'reflow'
[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 2baa0f0..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{% spaceless %}
-
-<ul class='social-shelf-tags'>
-    {% for tag in tags %}
-        <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
-    {% endfor %}
-</ul>
-
-{% endspaceless %}
\ No newline at end of file