X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/373f20f311d78b22849e9529299eddcbefb080bd..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html deleted file mode 100644 index 8b36718e0..000000000 --- a/wolnelektury/templates/catalogue/book_short.html +++ /dev/null @@ -1,18 +0,0 @@ -{% load i18n %} -
-
- {% trans "Put on the shelf!" %} -
- {% if book.children.all|length %} -
- {% else %} -
- {% endif %} -
-

{{ book.title }}

- {% if formats %} -

{% trans "Jump to" %}: {{ formats|join:", " }}

- {% endif %} -

{% trans "Categories" %}: {{ tags|join:", " }}

-
-
\ No newline at end of file