X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/efe8b4c05710dc2385b2aaf0b8a6a93778f53972..f33c3f5d2b0714abeb7b4e3164e2b0fe07f3cfb3:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 6b36c955c..7963fe6a9 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -21,7 +21,7 @@
{% trans "Toggle description" %} â²
{% trans "Hide description" %} â²
{% trans "Put a book" %} {% trans "on the shelf!" %}
@@ -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,16 +44,18 @@ {% endif %} {% if book.mp3_file %}{% trans "Artist" %}: {{ book.get_extra_info_value.artist_name }}
-{% trans "Director" %}: {{ book.get_extra_info_value.director_name }}
+ {% if book.get_extra_info_value.director_name %} +{% trans "Director" %}: {{ book.get_extra_info_value.director_name }}
+ {% endif %}