Start to reorganize views a little.
[audio.git] / src / archive / templates / archive / list_publishing.html
index 3cccbaa..ad13504 100644 (file)
@@ -2,6 +2,9 @@
 {% load i18n %}
 
 
+{% block menu-active-publishing %}active{% endblock %}
+
+
 {% block file-list-title %}
     {% trans "Audiobooks being published" %}
 {% endblock %}
@@ -21,6 +24,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>