X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b3a2a942879cf81025be9cbfcb924b3ffca038c0..362ea2e7f8ac4254398791139cc060090199f400:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index a31d8c43f..24e916950 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -12,6 +12,9 @@
+ {% 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 %}
@@ -37,14 +40,14 @@ {% 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 - - + + @@ -100,7 +103,10 @@
  • Lektura na wiki projektu
  • Lektura w CBN Polona
  • {% if book.gazeta_link %} -
  • Lektura w Lektury.Gazeta.pl
  • +
  • Opis lektury w Lektury.Gazeta.pl
  • + {% endif %} + {% if book.wiki_link %} +
  • Opis lektury w Wikipedii
  • {% endif %} @@ -117,7 +123,7 @@
    -

    * Ładowanie

    +

    * Ładowanie

    {% endblock %}