X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c3017d22da6f0a990ee88417e6e79ed7450245c..a36f7ed0eb01683ad672dd712836b5313af76422:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 414012fe5..f4363539f 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -34,16 +34,18 @@ {% trans "Download PDF" %} {% endif %} {% if book.odt_file %} - {% trans "Download ODT %} + {% trans "Download ODT" %} {% endif %} {% if book.txt_file %} - {% trans "Download TXT %} + {% trans "Download TXT" %} {% 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 %}
{% endif %} {% if book.mp3_file %}{% trans "Download MP3" %}{% endif %}