X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/14f2e79b2ca9b5359ef95988a4a3a5e510df244e..735368cfb54c8954518179993dcd3bc55e3878e7:/wolnelektury/templates/catalogue/book_short.html diff --git a/wolnelektury/templates/catalogue/book_short.html b/wolnelektury/templates/catalogue/book_short.html index 41d3212f3..8b36718e0 100644 --- a/wolnelektury/templates/catalogue/book_short.html +++ b/wolnelektury/templates/catalogue/book_short.html @@ -1,6 +1,7 @@ +{% load i18n %}
- Na półkę! + {% trans "Put on the shelf!" %}
{% if book.children.all|length %}
@@ -10,8 +11,8 @@

{{ book.title }}

{% if formats %} -

Na skróty: {{ formats|join:", "|safe }}

+

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

{% endif %} -

Utwór w kategoriach: {{ tags|join:", "|safe }}

+

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

-
+ \ No newline at end of file