oops. missing import.
[wolnelektury.git] / wolnelektury / templates / catalogue / book_list.html
index ecf54f8..ec6aae8 100644 (file)
@@ -17,6 +17,7 @@
                 <a href="{% url catalogue.views.daisy_list %}">{% trans "DAISY" %}</a>
             </span></p>
     </form>
+    <div class="column-left">{% block book_list_info %}{% endblock %}</div><div style='clear:both;'></div>
     <a name="top">
     <div id="book-list-nav">
         {% trans "Table of Content" %}
@@ -32,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 %}
@@ -42,6 +44,7 @@
                 </div>
             {% endif %}
         {% endfor %}
+      {% endblock %}
     </div>
     <div id="book-list-up">
         <p><a href="#top">{% trans "↑ top ↑" %}</a></p>