diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html index 9132df6d..c302bfde 100644 --- a/books/templates/books/detail.html +++ b/books/templates/books/detail.html @@ -1,9 +1,12 @@ {% load static %} {% load i18n %} +{% load l10n %} +{% load humanize %} {% load admin_url %} {% load mastodon %} {% load oauth_token %} {% load truncate %} +{% load strip_scheme %} {% load thumb %} @@ -26,10 +29,13 @@ {{ site_name }} - {% trans '书籍详情' %} | {{ book.title }} + + + @@ -323,6 +329,9 @@ {{ c.title }}

{% endfor %} +
+ +
@@ -338,7 +347,6 @@