X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/1cfa04c50e48ee081f8ae02d9a54849b08fddd38..83559fba0846ad77721b31231d1d807a91e52157:/templates/catalogue/book_sets.html diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html index 7e7b3d36e..1ae34c3cd 100644 --- a/templates/catalogue/book_sets.html +++ b/templates/catalogue/book_sets.html @@ -1,13 +1,17 @@ -{% if book %}

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

-
-
    -
  1. {{ form.set_ids }}
  2. -
  3. -
-
+{% if not user.tag_set.count %} +

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

+{% else %} +
+
    +
  1. {{ form.set_ids }}
  2. +
  3. +
+
{% endif %}
-

{{ new_set_form.name }}

+
    +
  1. {{ new_set_form.name }}
  2. +
\ No newline at end of file