From: Guillaume Pellerin Date: Tue, 26 Jan 2021 21:14:27 +0000 (+0100) Subject: add mp4 condition X-Git-Tag: 1.4.3~31^2~2 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b21239be8c56cf26813be690abb873e5754bab4b;p=teleforma.git add mp4 condition --- diff --git a/teleforma/templates/teleforma/inc/media_list_pending.html b/teleforma/templates/teleforma/inc/media_list_pending.html index b4502105..a3094097 100644 --- a/teleforma/templates/teleforma/inc/media_list_pending.html +++ b/teleforma/templates/teleforma/inc/media_list_pending.html @@ -11,7 +11,7 @@ {% for media in course.media.all|from_course_type:type|from_period:period %} {% if not media.is_published and user.is_staff %} - {% if media.type == 'webm' %} + {% if media.type == 'webm' or media.type == 'mp4' %}