X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/afa132c391c153f4aa51e5ccdd9b3e32d4b6a3e3..fd8cd1a9e08a5b31819da53d96a6775d31c20748:/src/catalogue/templates/catalogue/book_short.html diff --git a/src/catalogue/templates/catalogue/book_short.html b/src/catalogue/templates/catalogue/book_short.html index cc2744361..6f88cf0b6 100644 --- a/src/catalogue/templates/catalogue/book_short.html +++ b/src/catalogue/templates/catalogue/book_short.html @@ -118,6 +118,7 @@
  • + {% trans "Download an ebook" %}:
    {% if book.pdf_file %} PDF {% endif %} @@ -134,9 +135,12 @@ TXT {% endif %}
    -
    - {% download_audio book %} -
    + {% if book.has_mp3_file %} +
    + {% trans "Download audiobook" %}:
    + {% download_audio book %} +
    + {% endif %}
    {% custom_pdf_link_li book %}
    @@ -146,7 +150,7 @@ {% block preview-info %}

    {% trans "For now this work is only available for our subscribers." %} - Dołącz do Towarzystwa Przyjaciół Wolnych Lektur + Wspieraj Wolne Lektury

    {% content_warning book %}
    {% endblock %}