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

{% trans "Shelves containing fragment" %}

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

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

-{% else %} -
-
    -
  1. {{ form.set_ids }}
  2. -
  3. -
-
-{% endif %} -
-
-
    -
  1. {{ new_set_form.name }}
  2. -
-
\ No newline at end of file