X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6e75a30246598a40cabb8ca1498c3a4f6f146c91..5a605e04abaa18a80e391c5cc26c48e0125d6f3c:/wolnelektury/templates/catalogue/book_detail.html
diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html
index ff7b5199a..5708b914e 100644
--- a/wolnelektury/templates/catalogue/book_detail.html
+++ b/wolnelektury/templates/catalogue/book_detail.html
@@ -61,6 +61,16 @@
{% for media in book.get_odt %}
{% endfor %}
+
+ {% if book.pdf_file %}
+
{% trans "Dowload customized PDF" %}.
+ {% endif %}
+