X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/95045552540ca917d273954ebfa20b47a306bb93..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_sets.html diff --git a/wolnelektury/templates/catalogue/book_sets.html b/wolnelektury/templates/catalogue/book_sets.html deleted file mode 100644 index 2b713b465..000000000 --- a/wolnelektury/templates/catalogue/book_sets.html +++ /dev/null @@ -1,18 +0,0 @@ -{% load i18n %} -

{% trans "Put a book on the shelf!" %}

-{% trans "Create new shelf" %} -
-
    -
  1. {{ new_set_form.name }}
  2. -
-
-{% if not user.tag_set.count %} -

{% trans "You do not have any shelves. You can create one below, if you want to."%}

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