Added admindocs application, previously ommited by mistake.
[wolnelektury.git] / wolnelektury / templates / catalogue / tagged_object_list.html
index 769a5cb..346034b 100644 (file)
             <div id="description">
                 {{ last_tag.description|safe }}
             </div>
+            <div class="clearboth"></div>
             <div id="toggle-description"><p>Zwiń opis ▲</p></div>
         {% endif %}
-        {% endwith %}
         {% if shelf_is_set %}
-            <a id="download-shelf">
+            <a id="download-shelf" href="{% url download_shelf last_tag.slug %}">
                 Pobierz wszystkie książki z tej półki
             </a>
         {% endif %}
+        {% endwith %}
         <ol>
         {% for book in object_list %}
             <li>{{ book.short_html }}</li>