From 3a87ef7cf4f950976b1c298958b373d37836525e Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Jan 2023 09:39:00 -0500 Subject: [PATCH] missing author --- catalog/templates/edition.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/templates/edition.html b/catalog/templates/edition.html index 4cad2aa9..e1455579 100644 --- a/catalog/templates/edition.html +++ b/catalog/templates/edition.html @@ -31,8 +31,8 @@ {% endif %}
{% if item.isbn %}{% trans 'ISBN:' %}{{ item.isbn }}{% endif %}
-
{% if item.authors %}{% trans '作者:' %} - {% for author in item.authors %} +
{% if item.author %}{% trans '作者:' %} + {% for author in item.author %} {{ author }}{% if not forloop.last %} / {% endif %} {% endfor %} {% endif %}