@@ -87,10 +89,7 @@
- {% cache 86400 book_mini_box other_version.pk %}
- {% include 'catalogue/book_mini_box.html' with book=other_version no_link=True %}
- {% endcache %}
- {#% ssi_include 'catalogue_book_mini_nolink' pk=other_version.pk %#}
+ {{ other_version.mini_box_nolink }}
{% endfor %}
@@ -110,8 +109,25 @@
- {% cache 86400 catalogue_book_short book.pk book|status:user %}
- {% include 'catalogue/book_short.html' %}
- {% endcache %}
+ {% include 'catalogue/book_short.html' %}
+
+
+
+ {% annoy_banners 'book-text-intermission' %}
+
+ {% for insert in inserts %}
+ {% with text=insert.choose %}
+
+ {% endwith %}
+ {% endfor %}
{% endblock footer %}