Added the course image to the about page, even if the video doesn't exist.

This commit is contained in:
Bridger Maxwell
2012-07-18 16:20:11 -04:00
parent a9078ac0b0
commit 80eb89a23d

View File

@@ -37,6 +37,12 @@
<div class="play-intro"></div>
</div>
</a>
%else:
<div class="media">
<div class="hero">
<img src="${course_image_url(course)}" />
</div>
</a>
% endif
</div>
</header>