X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/362ea2e7f8ac4254398791139cc060090199f400..20be4d9d8dad31ecbda183f4b5c74c9d80799f72:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 24e916950..089922b29 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -38,19 +38,21 @@ {% if book.txt_file %} Pobierz plik TXT {% endif %} - {% if book.mp3_file and book.ogg_file %} -
+ {% if book.mp3_file %} +

Czyta: {{ book.get_extra_info_value.artist_name }}

Reżyseruje: {{ book.get_extra_info_value.director_name }}

- Pobierz plik MP3 - Pobierz plik Ogg Vorbis - - - - - + {% endif %} + {% if book.mp3_file %}Pobierz plik MP3{% endif %} + {% if book.ogg_file %}Pobierz plik Ogg Vorbis{% endif %} + {% if book.mp3_file %} + + + + + {% endif %}
@@ -126,4 +128,4 @@

* Ładowanie

-{% endblock %} +{% endblock %} \ No newline at end of file