X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_text.html
diff --git a/wolnelektury/templates/catalogue/book_text.html b/wolnelektury/templates/catalogue/book_text.html
deleted file mode 100644
index 62b7511f6..000000000
--- a/wolnelektury/templates/catalogue/book_text.html
+++ /dev/null
@@ -1,74 +0,0 @@
-{% load i18n %}
-{% load chunks compressed catalogue_tags %}
-
-
-
-
- {% trans "Wolne Lektury" %} :: {{ book.pretty_title }}
-
- {% compressed_css "book" %}
-
- {% compressed_js "book" %}
-
-
-
-
-
-
- {% book_info book %}
-
-
-
- {% if book.pdf_file %}
- - PDF {% trans "to print" %}
- {% endif %}
- {% if book.epub_file %}
- - EPUB {% trans "for a reader" %}
- {% endif %}
- {% if book.mobi_file %}
- - MOBI {% trans "for Kindle" %}
- {% endif %}
- {% if book.txt_file %}
- - TXT {% trans "for advanced usage" %}
- {% endif %}
- - {% trans "Download a custom PDF" %}
-
-
-
-
-
- {% for theme, fragments in book_themes %}
- - {{ theme }}:
- {% for fragment in fragments %}
- {{ forloop.counter }}
- {% endfor %}
-
- {% endfor %}
-
-
- {{ book.html_file.read|safe }}
- {{ piwik_tag|safe }}
-
-
-
-