X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fadccea9dfcbacc70e113abb17444654e2e926c3..5ea4ebb6aed109f6c6fff2d98f667abbddb0c4a0:/wolnelektury/templates/catalogue/book_sets.html diff --git a/wolnelektury/templates/catalogue/book_sets.html b/wolnelektury/templates/catalogue/book_sets.html index e17c51348..2b713b465 100644 --- a/wolnelektury/templates/catalogue/book_sets.html +++ b/wolnelektury/templates/catalogue/book_sets.html @@ -1,5 +1,11 @@ {% 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 %} @@ -10,9 +16,3 @@ {% endif %} -
-
-
    -
  1. {{ new_set_form.name }}
  2. -
-
\ No newline at end of file