X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/20d46221c322ee9165596246639c8b897a06d120..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 0a90e459c..000000000 --- a/wolnelektury/templates/catalogue/book_fragments.html +++ /dev/null @@ -1,38 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags pagination_tags %} - -{% block title %}{% trans "Theme" %} {{ theme }} {% trans "in work " %} {{ book }} {% "on " %} WolneLektury.pl{% endblock %} - -{% block bodyid %}tagged-object-list{% endblock %} - -{% block body %} -

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

-
-

{{ form.q }} {% trans "or" %} {% trans "return to book's page" %}

-
- - {% autopaginate fragments 10 %} -
-
    - {% for fragment in fragments %} -
  1. {{ fragment.short_html }}
  2. - {% endfor %} -
- {% paginate %} -
-
-
- {% trans "See description" %} {% trans "of the book "%} {{ book }} -
-
-
-
-
-
-
{% trans "Close" %}
-
-

* {% trans "Loading" %}

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