display fixes
[wolnelektury.git] / apps / social / templates / social / shelf_tags.html
index 70108eb..eabc961 100755 (executable)
@@ -1,4 +1,4 @@
-{% if tags %}
+{% if tags.exists %}
 <ul class='social-shelf-tags'>
     {% for tag in tags %}
         <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>