media_list.htm: Remove "Consider" column as always yes

master
Felix Stupp 3 years ago
parent 5d59a85f8c
commit f2d35e0c92
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -14,7 +14,6 @@
<th>Date</th>
<th>Progress</th>
<th>Length</th>
<th>Consider</th>
<th>Actions</th>
<th>Title</th>
</tr>
@ -31,7 +30,6 @@
{% endif %}
</td>
<td>{{ media.length }}&nbsp;s</td>
<td>{{ media.can_considered | tenary("Yes", "no") }}</td>
<td>
{{ macros.media_element_buttons(media) }}
</td>

Loading…
Cancel
Save