X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a426e3eefad0d817660f7770f5fd425511c37e47..907ac64d055801d2081dbe392161463bf171c47f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index a61396af3..07c72bc01 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,6 +12,7 @@
+

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -34,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 %}
@@ -79,17 +90,18 @@ {{ tag }} {% endfor %} +
  • Lektura na wiki projektu
  • +
  • Lektura w CBN Polona
  • +
  • Kod źródłowy utworu (XML)
  • - {% if categories.theme %} -

    Motywy w utworze

    - - {% endif %} +

    Motywy w utworze

    +
    @@ -99,4 +111,4 @@

    * Ładowanie

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