X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/847fe6bcff6dc95e389656d78ba02372b5686b86..5cab5828042f66577b45661f37a8ac7dc5e50ae6:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html index 27f2e7287..fed2d5b26 100644 --- a/wolnelektury/templates/catalogue/book_detail.html +++ b/wolnelektury/templates/catalogue/book_detail.html @@ -13,8 +13,20 @@
+ + {% if extra_info.license %} -

{% trans "Work is licensed under " %}{{ extra_info.license_description }}.

+

{% trans "Work is licensed under " %} {{ extra_info.license_description }}.

{% endif %}

{% trans "Based on" %}: {{ extra_info.source_name }}

{% if book.has_description %} @@ -34,8 +46,8 @@ {% if book.pdf_file %} {% trans "Download PDF" %} {% endif %} - {% if book.epub_file %} - {% trans "Download EPUB" %} + {% if book.root_ancestor.epub_file %} + {% trans "Download EPUB" %} {% endif %} {% if book.odt_file %} {% trans "Download ODT" %} @@ -83,27 +95,28 @@

{% trans "Details" %}