X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/fadccea9dfcbacc70e113abb17444654e2e926c3..8e2e65fd5f86516e7d15df0c1106a0b861bfb011:/wolnelektury/templates/catalogue/book_sets.html?ds=sidebyside 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