diff options
author | luxagraf <sng@luxagraf.net> | 2020-01-27 20:41:58 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-01-27 20:41:58 -0500 |
commit | 9a46ac040f998b9d827006045a849d844e4becad (patch) | |
tree | 8e248d835315b3ac7a37c76c73641360309244d1 /app/books/templates | |
parent | 6e8b62d8c38f6ca366f240ea45ad738ebfd62943 (diff) |
fixed bug in books detail template
Diffstat (limited to 'app/books/templates')
-rw-r--r-- | app/books/templates/books/book_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %}<main itemprop="mainEntity" itemscope itemtype="http://schema.org/Book"> <header class="tight"> <h1 class="post-title book-title" itemprop="name">{{object.title|smartypants|widont|safe}}</h1> |