look changes
[wolnelektury.git] / wolnelektury / templates / catalogue / tagged_object_list.html
index 7c33a37..7d3642f 100644 (file)
 
         {% if object_list %}
             {% spaceless %}
-            <ol>
+            <ol class='work-list'>
             {% for book in object_list %}
-                <li>
+                <li class='work-item'>
                     {% if user_is_owner %}
                         <a href="{% url remove_from_shelf last_tag.slug book.slug %}" class="remove-from-shelf">{% trans "Delete" %}</a>
                     {% endif %}