merge picture to pretty
[wolnelektury.git] / wolnelektury / templates / catalogue / book_list.html
index dd01066..ec6aae8 100644 (file)
@@ -33,6 +33,7 @@
         {% endfor %}    
     </div>
     <div id="book-list">
+      {% block book_list %}
         {% book_tree orphans books_by_parent %}
         {% for author, group in books_by_author.items %}
             {% if group %}
@@ -43,6 +44,7 @@
                 </div>
             {% endif %}
         {% endfor %}
+      {% endblock %}
     </div>
     <div id="book-list-up">
         <p><a href="#top">{% trans "↑ top ↑" %}</a></p>