Commit 1b3c84ac by David Ormsbee

Merge pull request #579 from MITx/sarina/fix_video_title

Fix display titles on video pages
parents 521521c6 44cff00f
% if name is not UNDEFINED and name is not None:
<h1> ${display_name} </h1>
% if display_name is not UNDEFINED and display_name is not None:
<h2> ${display_name} </h2>
% endif
<div id="video_${id}" class="video" data-streams="${streams}" data-caption-data-dir="${data_dir}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment