X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2c457040ee4c32e91641854c6d409fec8e84752e..9a8e8a433dfa6d7c3789f6d996fd2e122b461c08:/wolnelektury/templates/catalogue/book_fragments.html diff --git a/wolnelektury/templates/catalogue/book_fragments.html b/wolnelektury/templates/catalogue/book_fragments.html new file mode 100644 index 000000000..4f1c0ebad --- /dev/null +++ b/wolnelektury/templates/catalogue/book_fragments.html @@ -0,0 +1,37 @@ +{% 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