missing author

This commit is contained in:
Your Name 2023-01-10 09:39:00 -05:00
parent 731d2efcb9
commit 3a87ef7cf4

View file

@ -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>