From 87ce962f7355dc059006ed008283855590b20a84 Mon Sep 17 00:00:00 2001 From: Yoan Le Clanche Date: Tue, 6 Sep 2022 10:07:27 +0200 Subject: [PATCH] Remove webm restriction on home videos : https://trackers.pilotsystems.net/prebarreau/0524#i2 --- teleforma/templates/teleforma/courses.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/teleforma/templates/teleforma/courses.html b/teleforma/templates/teleforma/courses.html index 57516ea8..e78a2e36 100644 --- a/teleforma/templates/teleforma/courses.html +++ b/teleforma/templates/teleforma/courses.html @@ -81,9 +81,7 @@

- {% if home_video.type == 'webm' %}
-

{% if home_video.title %}{{ home_video.title }}{% else %}{{ home_video.course.title }}{% endif %}

@@ -102,7 +100,6 @@
- {% endif %} {% if webclass_slots or webclass_to_subscribe and not restricted %}
-- 2.39.5