show work title in ui
This commit is contained in:
parent
bcf19e7a86
commit
353be7917d
1 changed files with 11 additions and 1 deletions
|
@ -10,7 +10,17 @@
|
|||
{% load strip_scheme %}
|
||||
{% load thumb %}
|
||||
<!-- class specific details -->
|
||||
{% block details %}{% endblock %}
|
||||
{% block details %}
|
||||
<div>
|
||||
{% if item.other_title %}
|
||||
{% trans '又名:' %}
|
||||
{% for t in item.other_title %}
|
||||
<span>{{ t }}</span>
|
||||
{% if not forloop.last %}/{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block left_sidebar %}{% endblock %}
|
||||
<!-- class specific sidebar -->
|
||||
{% block sidebar %}{% endblock %}
|
||||
|
|
Loading…
Add table
Reference in a new issue