media_list.htm: Remove progress column as not required anymore

master
Felix Stupp 3 years ago
parent cb91ec1325
commit 94ac7028be
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -12,7 +12,6 @@
<table>
<tr>
<th>Date</th>
<th>Progress</th>
<th>To Watch</th>
<th>Actions</th>
<th>Title</th>
@ -20,15 +19,6 @@
{% for media in media_list %}
<tr>
<td>{{ media.release_date.strftime("%d.%m.%Y") }}</td>
<td>
{% if media.watched %}
completed
{% elif media.progress <= 0 %}
not started
{% else %}
{{ media.progress }}&nbsp;s
{% endif %}
</td>
<td>
{{ media.left_length | timedelta }}
</td>

Loading…
Cancel
Save