X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2f1c330e555c24deb17b7d6018b59c52dab7aafd..27645bc61a8cb186116d6410217011dd755823f2:/wolnelektury/templates/catalogue/fragment_sets.html diff --git a/wolnelektury/templates/catalogue/fragment_sets.html b/wolnelektury/templates/catalogue/fragment_sets.html index c7d641ca2..b270636e9 100644 --- a/wolnelektury/templates/catalogue/fragment_sets.html +++ b/wolnelektury/templates/catalogue/fragment_sets.html @@ -1,17 +1,18 @@ -

Półki zawierające fragment

+{% load i18n %} +

{% trans "Shelves containing fragment" %}

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