From f8f1869ca5b505670c285c6a727b2c1e494b4ff9 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 17 Aug 2025 07:57:51 +0200 Subject: [PATCH] fix media_url --- teleforma/templates/teleforma/course_media.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/course_media.html b/teleforma/templates/teleforma/course_media.html index 4a382ca8..2c1dfb13 100644 --- a/teleforma/templates/teleforma/course_media.html +++ b/teleforma/templates/teleforma/course_media.html @@ -103,7 +103,7 @@ $(document).ready(function(){ {% if media.poster_file %}{% thumbnail media.poster_file '640' as im %}poster="{{ im.url }}"{% endthumbnail %}{% endif %} > - +

To view this video please enable JavaScript, and consider upgrading to a web browser that -- 2.39.5