missing author
This commit is contained in:
parent
731d2efcb9
commit
3a87ef7cf4
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div>{% if item.isbn %}{% trans 'ISBN:' %}{{ item.isbn }}{% endif %}</div>
|
||||
<div>{% if item.authors %}{% trans '作者:' %}
|
||||
{% for author in item.authors %}
|
||||
<div>{% if item.author %}{% trans '作者:' %}
|
||||
{% for author in item.author %}
|
||||
<span>{{ author }}</span>{% if not forloop.last %} / {% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue