X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddae51d9a0c525bfef85af0251eec14828bd1a70..e224f0bea768179cf44886dfbabbd296767d79dd:/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