fix minor book info label display issue
This commit is contained in:
parent
bdc19c8da4
commit
393173ca94
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@
|
|||
{% endif %}
|
||||
<div>{% if book.binding %}{% trans '装帧:' %}{{ book.binding }}{% endif %}</div>
|
||||
<div>{% if book.price %}{% trans '定价:' %}{{ book.price }}{% endif %}</div>
|
||||
<div>{% if book.pages %}{% trans '页数' %}{{ book.pages }}{% endif %}</div>
|
||||
<div>{% if book.pages %}{% trans '页数:' %}{{ book.pages }}{% endif %}</div>
|
||||
{% if book.other_info %}
|
||||
{% for k, v in book.other_info.items %}
|
||||
<div>
|
||||
|
|
Loading…
Add table
Reference in a new issue