Code layout change.
[wolnelektury.git] / apps / catalogue / templates / catalogue / snippets / custom_pdf_link_li.html
diff --git a/apps/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html b/apps/catalogue/templates/catalogue/snippets/custom_pdf_link_li.html
deleted file mode 100644 (file)
index 353ad8b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-{% load i18n %}
-{% if not NO_CUSTOM_PDF %}
-<li>
-    <a href="{% url 'custom_pdf_form' book.slug %}" id="custom-pdf"
-        class="ajaxable">{% trans "Download a custom PDF" %}</a>
-</li>
-{% endif %}