X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a8e8a433dfa6d7c3789f6d996fd2e122b461c08..518ab6bec62b0f13764a1e0093e0438aa58daa7a:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 986605313..2f14576d5 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -35,6 +35,16 @@ {% if book.txt_file %} Pobierz plik TXT {% endif %} + {% if book.mp3_file and book.ogg_file %} + + Pobierz plik MP3 + Pobierz plik Ogg Vorbis + + + + + + {% endif %} @@ -101,4 +111,4 @@

* Ładowanie

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