From 9979ea2ba90c0467e77bebdc422adb70cc65e02e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mar=C3=ADa=20Guillermina=20V=C3=A9scovo?= Date: Mon, 8 Jan 2024 13:04:35 -0300 Subject: [PATCH] fix: prevent transcript feedback widget from appearing when there is no video_id --- lms/templates/video.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/video.html b/lms/templates/video.html index 163a739930..6401f17238 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -82,7 +82,7 @@ from openedx.core.djangolib.js_utils import ( - +
% for sharing_site_info in sharing_sites_info: % endif - % if transcript_feedback_enabled: + % if transcript_feedback_enabled and video_id:

${_('How is the transcript quality ?')}