X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..7dd21f50786ef999aa6ccdc1a2ffc3a1caf5c85c:/templates/catalogue/_book.html?ds=sidebyside diff --git a/templates/catalogue/_book.html b/templates/catalogue/_book.html deleted file mode 100644 index 7666b61fe..000000000 --- a/templates/catalogue/_book.html +++ /dev/null @@ -1,30 +0,0 @@ -
- {% if request.user.is_authenticated %} -
- Zestawy -
- {% endif %} -
-
-

{{ book.title }}

-

Formaty: - Czytaj online - {% if book.pdf_file %} - Pobierz plik PDF - {% endif %} - {% if book.odt_file %} - ODT - {% endif %} - {% if book.html_file %} - Pobierz plik HTML - {% endif %} -

-

Utwór w kategoriach: - {% for tag in book.tags %} - {% ifnotequal tag.category "set" %} - {{ tag }}{% if not forloop.last %},{% endif %} - {% endifnotequal %} - {% endfor %} -

-
-
\ No newline at end of file