From 393173ca94ea88580f4895e99116882bf8649864 Mon Sep 17 00:00:00 2001 From: doubaniux Date: Thu, 7 May 2020 06:55:21 +0800 Subject: [PATCH] fix minor book info label display issue --- books/templates/books/detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/templates/books/detail.html b/books/templates/books/detail.html index 996fa975..8dc12d40 100644 --- a/books/templates/books/detail.html +++ b/books/templates/books/detail.html @@ -80,7 +80,7 @@ {% endif %}
{% if book.binding %}{% trans '装帧:' %}{{ book.binding }}{% endif %}
{% if book.price %}{% trans '定价:' %}{{ book.price }}{% endif %}
-
{% if book.pages %}{% trans '页数' %}{{ book.pages }}{% endif %}
+
{% if book.pages %}{% trans '页数:' %}{{ book.pages }}{% endif %}
{% if book.other_info %} {% for k, v in book.other_info.items %}