diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html index 9c067de6..72335518 100644 --- a/books/templates/books/detail.html +++ b/books/templates/books/detail.html @@ -109,7 +109,7 @@
{% trans '简介' %}
{% if book.brief %} -

{{ book.brief }}

+

{{ book.brief | linebreaksbr }}

{% else %}

{% trans '暂无简介' %}

{% endif %}