ignore comments in xml when indexing; make-xml-zip script
[wolnelektury.git] / wolnelektury / templates / catalogue / book_wide.html
index 59abe0f..bbdd333 100644 (file)
@@ -6,11 +6,13 @@
 {% block right-column %}
 <div class="right-column">
   <blockquote id="quote" class="cite-body">
+    {% block quote %}
     <div>Ten, który walczy z potworami powinien zadbać, by sam nie stał się potworem. 
     Gdy długo spoglądamy w otchłań, otchłań spogląda również w nas.</div>
+    {% endblock %}
   </blockquote>
 
-  <div id="other-tools">
+  <div class="other-tools">
     <h2 class="mono">{% trans "See" %}</h2>
     <ul class="inline-items">
       {% if extra_info.source_url %}
@@ -27,7 +29,7 @@
       {% endif %}
     </ul>
   </div>
-  <div id="other-download">
+  <div class="other-download">
     <h2 class="mono">{% trans "Download" %}</h2>
     <ul class="inline-items">
       <li>
@@ -38,7 +40,7 @@
        {% endif %}
       </li>
       <li>
-       <a href="{% url custom_pdf_form %}?book_id={{book.fileid}}" id="custom-pdf" class="ajaxable">{% trans "Download a custom PDF" %}</a>
+       <a href="{% url custom_pdf_form %}?slug={{book.slug}}" id="custom-pdf" class="ajaxable">{% trans "Download a custom PDF" %}</a>
       </li>
     </ul>
   </div>