X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/263e2a71c685149e406d7bee1de93b362970a88f..276656dcc680e1a35103d310dea046152ddc3785:/wolnelektury/templates/catalogue/user_shelves.html diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html index cd5b86196..28c122295 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