show work author in ui
This commit is contained in:
parent
353be7917d
commit
012e557410
1 changed files with 9 additions and 0 deletions
|
@ -20,6 +20,15 @@
|
|||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div>
|
||||
{% if item.author %}
|
||||
{% trans '作者:' %}
|
||||
{% for author in item.author %}
|
||||
<span>{{ author }}</span>
|
||||
{% if not forloop.last %}/{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block left_sidebar %}{% endblock %}
|
||||
<!-- class specific sidebar -->
|
||||
|
|
Loading…
Add table
Reference in a new issue