X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/854b0db58a805fd7ec2d262abda0aef02ca6e469..67c55719ac0ea6b8cf8bb9c7d4407bfa782ad514:/wolnelektury/templates/catalogue/book_detail.html
diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html
index 676cc0bb6..2e423a01b 100644
--- a/wolnelektury/templates/catalogue/book_detail.html
+++ b/wolnelektury/templates/catalogue/book_detail.html
@@ -40,58 +40,63 @@
- {% if book.has_html_file %}
-
{% trans "Read online" %}
- {% endif %}
- {% if book.has_pdf_file %}
-
{% trans "Download PDF" %}
- {% endif %}
- {% if book.root_ancestor.epub_file %}
-
{% trans "Download EPUB" %}
- {% endif %}
- {% if book.has_odt_file %}
-
ODT
-
- {% endif %}
- {% if book.has_txt_file %}
-
{% trans "Download TXT" %}
- {% endif %}
- {% if book.has_ogg_file %}
-
OGG
-
- {% endif %}
- {% if book.has_daisy_file %}
-
DAISY
-
- {% endif %}
- {% if book.has_mp3_file %}
-
MP3
-
-
- {% for media in book.get_mp3 %}
- {{ media.name }}
-
-
-
-
-
-
-
- {% endfor %}
-
- {% endif %}
+ {% if book.has_html_file %}
+
{% trans "Read online" %}
+ {% endif %}
+
+ {% if book.has_pdf_file %}
+
+ {% endif %}
+ {% if book.root_ancestor.epub_file %}
+
+ {% endif %}
+ {% if book.has_txt_file %}
+
+ {% endif %}
+ {% if book.has_odt_file %}
+
+ {% endif %}
+
+
+
+
+ {% if book.has_ogg_file %}
+
+ {% endif %}
+ {% if book.has_daisy_file %}
+
+ {% endif %}
+
+ {% if book.has_mp3_file %}
+
+ {% for media in book.get_mp3 %}
+
+ {{ media.name }}
+
+
+
+
+
+
+
+ {% endfor %}
+
+ {% endif %}
+
+
{% trans "Audiobooks were prepared as a part of project" %}: CzytamySÅuchajÄ
c .
@@ -114,7 +119,6 @@