En la sección de TODO indicar las que necesitan fichero ass
This commit is contained in:
parent
56aa8729e2
commit
eca302fac0
|
@ -7,6 +7,7 @@
|
|||
<th>Canción</th>
|
||||
<th>Video</th>
|
||||
<th>Subtitulos</th>
|
||||
<th>ASS</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -15,6 +16,7 @@
|
|||
<td>{{ song.name }}</td>
|
||||
<td>{{ song.video|display_boolean }}</td>
|
||||
<td>{{ song.has_subtitles|display_boolean }}</td>
|
||||
<td>{{ song.ass|display_boolean }}</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in New Issue