Django 1.8 and other updates.
[wolnelektury.git] / apps / social / templates / social / shelf_tags.html
index eabc961..2baa0f0 100755 (executable)
@@ -1,7 +1,9 @@
-{% if tags.exists %}
+{% spaceless %}
+
 <ul class='social-shelf-tags'>
     {% for tag in tags %}
         <li><a href="{{ tag.get_absolute_url }}">{{ tag.name }}</a></li>
     {% endfor %}
 </ul>
-{% endif %}
+
+{% endspaceless %}
\ No newline at end of file