From 9a46ac040f998b9d827006045a849d844e4becad Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 27 Jan 2020 20:41:58 -0500 Subject: fixed bug in books detail template --- app/books/templates/books/book_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/books/templates') diff --git a/app/books/templates/books/book_detail.html b/app/books/templates/books/book_detail.html index 99d5b9d..98b2c60 100644 --- a/app/books/templates/books/book_detail.html +++ b/app/books/templates/books/book_detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load typogrify_tags %} {%block bodyid%}class="detail"{%endblock%} -{% block breadcrumbs %}{% include "lib/breadcrumbs_detail.html" with breadcrumbs=breadcrumbs %}{% endblock %} +{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} {% block primary %}

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

-- cgit v1.2.3-70-g09d2