X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/28c4777eef0b97dc88d0e2726cdad6df14ebc084..9c5d9a4e77a10b4e60d89d3890e49002bd7f3993:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index e85f1938e..809bd1a25 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -11,7 +11,7 @@
- +{% trans "Work is licensed under " %}{{ extra_info.license_description }}.
@@ -33,6 +33,9 @@ {% if book.pdf_file %} {% trans "Download PDF" %} {% endif %} + {% if book.epub_file %} + {% trans "Download EPUB" %} + {% endif %} {% if book.odt_file %} {% trans "Download ODT" %} {% endif %} @@ -41,7 +44,7 @@ {% endif %} {% if book.mp3_file %}