From: Yoan Le Clanche Date: Mon, 31 May 2021 09:36:43 +0000 (+0200) Subject: Fix merge issue X-Git-Tag: 2.8.1-ae~86 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=50c405c74acc97421a3523b3d8c58b38bc97fb74;p=teleforma.git Fix merge issue --- diff --git a/teleforma/templates/teleforma/inc/media_list.html b/teleforma/templates/teleforma/inc/media_list.html index 0d615686..37f03183 100644 --- a/teleforma/templates/teleforma/inc/media_list.html +++ b/teleforma/templates/teleforma/inc/media_list.html @@ -9,7 +9,7 @@ - {% for media in course.media.all|from_course_type:type|from_period:period %} + {% for media in course.media.all|from_course_type:type|from_periods:period %} {% if media.is_published or user.is_staff and not list_view %} {% if media.type == 'webm' or media.type == 'mp4' %}