Read html_file in one go in book_text.html template. It fixes problems on WebFaction.
[wolnelektury.git] / wolnelektury / templates / catalogue / tagged_object_list.html
index aef6ad5..4567e74 100644 (file)
             <div id="toggle-description"><p>Zwiń opis ▲</p></div>
         {% endif %}
         {% endwith %}
+        {% if shelf_is_set %}
+            <a id="download-shelf">
+                Pobierz wszystkie książki z tej półki
+            </a>
+        {% endif %}
         <ol>
         {% for book in object_list %}
             <li>{{ book.short_html }}</li>