X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/432b8f629b6541991b254639a506c4c55bb78e4a..276656dcc680e1a35103d310dea046152ddc3785:/wolnelektury/templates/catalogue/user_shelves.html diff --git a/wolnelektury/templates/catalogue/user_shelves.html b/wolnelektury/templates/catalogue/user_shelves.html index 88e73150d..28c122295 100644 --- a/wolnelektury/templates/catalogue/user_shelves.html +++ b/wolnelektury/templates/catalogue/user_shelves.html @@ -1,16 +1,17 @@ -

Moje półki

+{% load i18n %} +

{% 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