From 6e8b62d8c38f6ca366f240ea45ad738ebfd62943 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 27 Jan 2020 20:37:10 -0500 Subject: abstracted breadcrumbs into seperate template --- design/templates/details/book.html | 66 -------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 design/templates/details/book.html (limited to 'design/templates/details/book.html') diff --git a/design/templates/details/book.html b/design/templates/details/book.html deleted file mode 100644 index 8a87ae5..0000000 --- a/design/templates/details/book.html +++ /dev/null @@ -1,66 +0,0 @@ -{% extends 'base.html' %} -{% load typogrify_tags %} -{%block bodyid%}class="detail"{%endblock%} -{% block primary %} -
-
-

{{object.title|smartypants|widont|safe}}

- - - -
-
- {{object.title}} cover -
-
- -
- {% if object.isbn %}Borrow{%endif%} - {% if object.afflink %}Buy{%endif%} -
-
{%if object.body_html%} -
-
Notes
- {{object.rating}} - - -
{{object.body_html|safe|smartypants|widont}}
-
{%endif%} - {% if object.bookhighlight_set.all %} -
-

Highlights:

- {% for object in object.bookhighlight_set.all %} -
- -
- {{object.body_html|safe|amp|smartypants}} -
-

– Page: {{object.page}} {% if object.location %}(Kindle location: {{object.location|cut:"["|cut:"]"}}){%endif%}

-
- {% endfor %} -
- {%endif%} -
-{% endblock %} -{% block disclaimer %} -
-

When you buy a book using the link above, I may earn a small affiliate commission.

-
-{% endblock %} -- cgit v1.2.3-70-g09d2