Commit 499c780e by David Ormsbee

Merge pull request #210 from MITx/release_fixes

Added the course image to the about page, even if the video doesn't exis...
parents 4b946f74 b63076ad
...@@ -37,6 +37,12 @@ ...@@ -37,6 +37,12 @@
<div class="play-intro"></div> <div class="play-intro"></div>
</div> </div>
</a> </a>
%else:
<div class="media">
<div class="hero">
<img src="${course_image_url(course)}" />
</div>
</a>
% endif % endif
</div> </div>
</header> </header>
......
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