X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/05062d251dfe096e5e54aba912d5744d2695d164..7f28c3c68a94ae277c7b6358bdcd762b483fa657:/templates/catalogue/book_sets.html diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html index 1b87c12af..1ae34c3cd 100644 --- a/templates/catalogue/book_sets.html +++ b/templates/catalogue/book_sets.html @@ -1,15 +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 %}
    -
  1. {{ new_set_form.name }}
  2. +
  3. {{ new_set_form.name }}
\ No newline at end of file