Commit 80eb89a2 by Bridger Maxwell

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

parent a9078ac0
...@@ -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