Code layout change.
[wolnelektury.git] / apps / catalogue / templates / catalogue / book_detail.html
diff --git a/apps/catalogue/templates/catalogue/book_detail.html b/apps/catalogue/templates/catalogue/book_detail.html
deleted file mode 100644 (file)
index bf8a726..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-{% extends "base.html" %}
-{% load cache i18n %}
-{% load thumbnail %}
-{% load common_tags catalogue_tags pagination_tags %}
-
-{% block titleextra %}{{ book.pretty_title }}{% endblock %}
-{% block ogimage %}{% if book.cover %}{{ book.cover.url|build_absolute_uri:request }}{% endif %}{% endblock %}
-
-{% block metadescription %}{% book_title book %}. {{ block.super }}{% endblock %}
-
-{% block bodyid %}book-detail{% endblock %}
-
-{% block body %}
-
-{% book_wide book %}
-
-{% work_list book_children %}
-
-
-<section class="see-also">
-<h1>{% trans "See also" %}:</h1>
-{% related_books book %}
-</section>
-
-{% endblock %}