diff --git a/lms/templates/video.html b/lms/templates/video.html index 93273ddb87..fcf25f3d69 100644 --- a/lms/templates/video.html +++ b/lms/templates/video.html @@ -1,5 +1,5 @@ -% if name is not UNDEFINED and name is not None: -

${display_name}

+% if display_name is not UNDEFINED and display_name is not None: +

${display_name}

% endif