display changes, mostly in book boxes
[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
new file mode 100755 (executable)
index 0000000..70108eb
--- /dev/null
@@ -0,0 +1,7 @@
+{% 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 %}