X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/518ab6bec62b0f13764a1e0093e0438aa58daa7a..362ea2e7f8ac4254398791139cc060090199f400:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 2f14576d5..24e916950 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,7 +12,10 @@
-

Na podstawie: {{ book.extra_info.source_name }}

+ {% if extra_info.license %} +

Utwór jest udostępniony na licencji {{ extra_info.license_description }}.

+ {% endif %} +

Na podstawie: {{ extra_info.source_name }}

{% if book.has_description %}
{{ book.description|safe }} @@ -36,11 +39,15 @@ Pobierz plik TXT {% endif %} {% if book.mp3_file and book.ogg_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 - - + + @@ -90,9 +97,17 @@ {{ tag }} {% endfor %} -
  • Lektura na wiki projektu
  • -
  • Lektura w CBN Polona
  • -
  • Kod źródłowy utworu (XML)
  • + +

    W innych miejscach

    +
    @@ -108,7 +123,7 @@
    -

    * Ładowanie

    +

    * Ładowanie

    {% endblock %}