fnp
/
audio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More automation for YouTube: volume management (WiP).
[audio.git]
/
src
/
archive
/
templates
/
archive
/
list_publishing.html
diff --git
a/src/archive/templates/archive/list_publishing.html
b/src/archive/templates/archive/list_publishing.html
index
3cccbaa
..
83d631d
100644
(file)
--- a/
src/archive/templates/archive/list_publishing.html
+++ b/
src/archive/templates/archive/list_publishing.html
@@
-21,6
+21,9
@@
<td class="text-warning">
{% if file.ogg_status == k.0 %}Ogg{% endif %}
</td>
<td class="text-warning">
{% if file.ogg_status == k.0 %}Ogg{% endif %}
</td>
+ <td class="text-warning">
+ {% if file.youtube_status == k.0 %}YouTube{% endif %}
+ </td>
</tr>
{% endfor %}
</table>
</tr>
{% endfor %}
</table>