Annoy in book text too.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:40:53 +0000 (15:40 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 17 Jun 2019 13:40:53 +0000 (15:40 +0200)
src/catalogue/templates/catalogue/book_text.html
src/wolnelektury/settings/static.py

index e958d70..2a54af7 100644 (file)
 
 
 {% block big-pane %}
+  {% include "annoy.html" %}
+
   <article id="main-text">
-    <!--#include file='{{ book.html_url }}'-->
+    <!--#include file='{{ book.html_url }}' -->
   </article>
 
   <article id="other-text">
index 0d599f2..926f1f6 100644 (file)
@@ -51,6 +51,7 @@ PIPELINE = {
             'source_filenames': [
                 'scss/book_text.scss',
                 'css/new.book.css',
+                'css/annoy.css',
 
                 'css/master.picture.css',
             ],
@@ -153,6 +154,7 @@ PIPELINE = {
                 'player/openplayer.js',
                 'js/contrib/progressSpin.min.js',
                 'js/picture.js',
+                'js/annoy.js',
             ],
             'output_filename': 'js/book_text.js',
         },