Intelligent fragment folding and unfolding.
[wolnelektury.git] / templates / catalogue / tagged_book_list.html
index 329b4df..83e530c 100644 (file)
@@ -7,6 +7,7 @@
 
 {% block extrahead %}
     <script type="text/javascript">
+    // <![CDATA[
         $(function() {            
             // $('#tags-list ul').addClass('dontsplit');
             // $('#tags-list').columnize({width: 180});
@@ -49,6 +50,7 @@
                     });
                 }});
         });
+    // ]]>
     </script>
 {% endblock %}
 
@@ -68,7 +70,7 @@
         {% endwith %}
         <ol>
         {% for book in object_list %}
-            <li>{% include "catalogue/_book.html" %}</li>
+            <li>{{ book.short_html }}</li>
         {% endfor %}
         </ol>
         {% paginate %}