]> git.parisson.com Git - teleforma.git/commitdiff
Fix merge issue
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 31 May 2021 09:36:43 +0000 (11:36 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 31 May 2021 09:36:43 +0000 (11:36 +0200)
teleforma/templates/teleforma/inc/media_list.html

index 0d6156860fe1f683346e7620a0ea34b42dae4d65..37f0318343b967e1959cb63edcc4a4e36195d032 100644 (file)
@@ -9,7 +9,7 @@
 </div>
     <table class="listing" width="100%">
     <tbody>
-        {% 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' %}
             <tr>