X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9fbf0c4158a9427442171629a564e2de7780b5b7..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html deleted file mode 100644 index 3ec3ad284..000000000 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ /dev/null @@ -1,29 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} - -{% block titleextra %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -

{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }}

- - {% autopaginate fragments 10 %} -
-
    - {% for fragment in fragments %} -
  1. {{ fragment.short_html }}
  2. - {% endfor %} -
- {% paginate %} -
-
-
- {% trans "See description" %} {% trans "of the book "%} {{ book }} -
-
-
-
-
-{% endblock %} \ No newline at end of file