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