X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/263e2a71c685149e406d7bee1de93b362970a88f..80d3980873a2c07121f466c187de92be1cea8415:/wolnelektury/templates/catalogue/user_shelves.html diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html index cd5b86196..d047dbe74 100644 --- a/wolnelektury/templates/catalogue/user_shelves.html +++ b/wolnelektury/templates/catalogue/user_shelves.html @@ -1,17 +1,17 @@ {% load i18n %} -

Twoje półki z lekturami

+

{% trans "Your shelves with books" %}

{% if shelves %} {% else %} -

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

+

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

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