X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/cb40f164b028883a2fc061307383d0aa98f8b609..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/catalogue/book_detail.html diff --git a/wolnelektury/templates/catalogue/book_detail.html b/wolnelektury/templates/catalogue/book_detail.html deleted file mode 100644 index f2beb77cc..000000000 --- a/wolnelektury/templates/catalogue/book_detail.html +++ /dev/null @@ -1,21 +0,0 @@ -{% extends "base.html" %} -{% load cache i18n %} -{% load catalogue_tags pagination_tags %} - -{% block titleextra %}{{ book.title }}{% endblock %} - -{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %} - -{% block bodyid %}book-detail{% endblock %} - -{% block body %} - -{% book_wide book %} - -{% work_list book_children %} - - -

{% trans "See also" %}:

-{% related_books book %} - -{% endblock %}