Show YouTube publishing status.
[audio.git] / src / archive / templates / archive / list_publishing.html
index 3cccbaa..83d631d 100644 (file)
@@ -21,6 +21,9 @@
           <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>