Commit 9f319828 by Galen Frechette

cleans up course info/profile page

parent be034d24
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<script src="${static.url('js/course_info.js')}"></script> <script src="${static.url('js/course_info.js')}"></script>
</%block> </%block>
<%inherit file="main.html" /> <%inherit file="../main.html" />
<section class="course-info"> <section class="course-info">
<header class="course-profile"> <header class="course-profile">
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
<img src="${static.url('images/history.png')}" /> <img src="${static.url('images/history.png')}" />
<div class="play-intro"></div> <div class="play-intro"></div>
</div> </div>
<%include file="video_modal.html" /> <%include file="../video_modal.html" />
${course.get_about_section("video")} ${course.get_about_section("video")}
</div> </div>
......
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