Commit 6f3a7aa3 by Bridger Maxwell

Added check for UNDEFINED name on video page. Bug fix.

parent 4af6270b
% if name != None:
% if name is not UNDEFINED and name != None:
<h1> ${name} </h1>
% endif
<div class="video-wrapper">
......
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