diff --git a/catalog/templates/work.html b/catalog/templates/work.html index 81242829..263e0fe7 100644 --- a/catalog/templates/work.html +++ b/catalog/templates/work.html @@ -20,6 +20,15 @@ {% endfor %} {% endif %} +
+ {% if item.author %} + {% trans '作者:' %} + {% for author in item.author %} + {{ author }} + {% if not forloop.last %}/{% endif %} + {% endfor %} + {% endif %} +
{% endblock %} {% block left_sidebar %}{% endblock %}