Turning taxes info off
authorAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 5 Jun 2013 10:05:53 +0000 (12:05 +0200)
committerAleksander Łukasz <aleksander.lukasz@nowoczesnapolska.org.pl>
Wed, 5 Jun 2013 10:05:53 +0000 (12:05 +0200)
apps/catalogue/templates/catalogue/book_text.html
apps/wolnelektury_core/templates/superbase.html
wolnelektury/settings/static.py

index 6addd41..0860dec 100644 (file)
@@ -17,7 +17,6 @@
 
     </head>
     <body>
-        {% include "annoy.html" %}
         <div id="menu">
             <ul>
                 <li><a class="menu" href="#toc">{% trans "Table of contents" %}</a></li>
index 182d2b0..3eaf962 100644 (file)
@@ -32,7 +32,6 @@
         {% endblock %}
     </head>
     <body id="{% block bodyid %}base{% endblock %}">
-        {% include "annoy.html" %}
 
         {% block bodycontent %}
 
index 4e104c4..2ed7b38 100644 (file)
@@ -33,8 +33,6 @@ PIPELINE_CSS = {
 
             'css/social/shelf_tags.css',
             'css/ui-lightness/jquery-ui-1.8.16.custom.css',
-
-            'css/annoy.css',
         ],
         'output_filename': 'css/compressed/all.css',
     },
@@ -47,8 +45,6 @@ PIPELINE_CSS = {
     'book': {
         'source_filenames': [
             'css/master.book.css',
-
-            'css/annoy.css',
         ],
         'output_filename': 'css/compressed/book.css',
     },
@@ -85,8 +81,6 @@ PIPELINE_JS = {
             'sponsors/js/sponsors.js',
             'player/openplayer.js',
             'js/search.js',
-
-            'js/annoy.js',
             ),
         'output_filename': 'js/base.min.js',
     },
@@ -105,8 +99,6 @@ PIPELINE_JS = {
             'js/jquery.highlightfade.js',
             'js/book.js',
             'player/openplayer.js',
-
-            'js/annoy.js',
         ],
         'output_filename': 'js/book.min.js',
     },