X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/362ea2e7f8ac4254398791139cc060090199f400..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 f21b1a806..000000000 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "base.html" %} -{% load catalogue_tags pagination_tags %} - -{% block title %}Motyw {{ theme }} w utworze {{ book }} w WolneLektury.pl{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -

Motyw {{ theme }} w utworze {{ book }}

-
-

{{ form.q }} lub wróć do strony utworu

-
- - {% autopaginate fragments 10 %} -
-
    - {% for fragment in fragments %} -
  1. {{ fragment.short_html }}
  2. - {% endfor %} -
- {% paginate %} -
-
-
- Zobacz opis utworu {{ book }} -
-
-
-
-
-
-
Zamknij
-
-

* Ładowanie

-
-
-{% endblock %} \ No newline at end of file