X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..f7179cd5fbb16e2454f1a193a213f6607592e22c:/wolnelektury/templates/catalogue/book_sets.html diff --git a/wolnelektury/templates/catalogue/book_sets.html b/wolnelektury/templates/catalogue/book_sets.html index c7394186a..602dd21ec 100644 --- a/wolnelektury/templates/catalogue/book_sets.html +++ b/wolnelektury/templates/catalogue/book_sets.html @@ -1,17 +1,18 @@ -

Półki zawierające utwór {{ book.title }}

+{% load i18n %} +

{% trans "Put a book on the shelf" %}

{% if not user.tag_set.count %} -

Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę poniżej.

+

{% trans "You do not have any shelves. You can create one below, if you want to."%}

{% else %}
  1. {{ form.set_ids }}
  2. -
  3. +
{% endif %}
    -
  1. {{ new_set_form.name }}
  2. +
  3. {{ new_set_form.name }}
\ No newline at end of file