From b21239be8c56cf26813be690abb873e5754bab4b Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 26 Jan 2021 22:14:27 +0100 Subject: [PATCH] add mp4 condition --- teleforma/templates/teleforma/inc/media_list_pending.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' %} -- 2.39.5