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

This commit is contained in:
Bridger Maxwell
2012-02-07 19:54:47 -05:00
parent 4af6270b7d
commit 6f3a7aa34f

View File

@@ -1,4 +1,4 @@
% if name != None:
% if name is not UNDEFINED and name != None:
<h1> ${name} </h1>
% endif
<div class="video-wrapper">