X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/83559fba0846ad77721b31231d1d807a91e52157..77effa3964014b07dbdf73a9e67eb0b20749d50b:/templates/catalogue/book_sets.html diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html index 1ae34c3cd..c7394186a 100644 --- a/templates/catalogue/book_sets.html +++ b/templates/catalogue/book_sets.html @@ -1,17 +1,17 @@ -

Zestawy zawierające utwór {{ book.title }}

+

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

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

Nie posiadasz żadnych zestawów. Jeśli chcesz, możesz utworzyć nowy zestaw poniżej.

+

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

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