hide actor in card before rewriting card template
This commit is contained in:
parent
e02f74e3ae
commit
54814cbf88
1 changed files with 2 additions and 2 deletions
|
@ -62,10 +62,10 @@
|
|||
</div>
|
||||
<div class="full">
|
||||
{% block full %}
|
||||
{% if item.actor %}
|
||||
{% comment %} {% if item.actor %}
|
||||
{% include '_people.html' with people=item.actor role='主演' max=2 %}
|
||||
<br>
|
||||
{% endif %}
|
||||
{% endif %} {% endcomment %}
|
||||
{% if item.other_title %}
|
||||
{% include '_people.html' with people=item.other_title role='又名' max=2 %}
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue