X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8559c95597de98e8f6c580e97224ed3ecc9dc5c0..0cae17bec6d31806615fae59a5b3945016285fbe:/templates/catalogue/book_sets.html diff --git a/templates/catalogue/book_sets.html b/templates/catalogue/book_sets.html index 6ee2a702b..c7394186a 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. -
-
+

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

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

Nie posiadasz żadnych półek. Jeśli chcesz, możesz utworzyć nową półkę 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