From 68a6b8a2047160b544970119157915e2062f9674 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 9 Apr 2012 23:27:30 +0200 Subject: [PATCH] add video.js links --- telemeta/templates/telemeta/mediaitem_detail.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/telemeta/templates/telemeta/mediaitem_detail.html b/telemeta/templates/telemeta/mediaitem_detail.html index 68e84ce7..6abb4dd4 100644 --- a/telemeta/templates/telemeta/mediaitem_detail.html +++ b/telemeta/templates/telemeta/mediaitem_detail.html @@ -77,8 +77,8 @@ {% if "video" in mime_type %} - - + + {% endif %} {% endif %} @@ -199,7 +199,7 @@ Item : {{ item }}
{% trans "Last modification" %}
{{ last_revision.time }} {% if user.is_authenticated %}({{last_revision.user.username}}){% endif %}
{% endif %} - + {% endblock general_info %} -- 2.39.5