Commit 594cd0cc by Mark L. Chang

edx-labeld courses in index page view

parent e4f5f24a
......@@ -77,6 +77,12 @@
</section>
<section class="courses">
## hack to get the edx-labeled test courses in place
<section class='university-column'>
%for course in universities['edX']:
<%include file="course.html" args="course=course" />
%endfor
</section>
<section class='university-column'>
%for course in universities['MITx']:
<%include file="course.html" args="course=course" />
......
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