Commit 6eccf99a by David Ormsbee

Add course start dates to course boxes in courses list view.

parent a12e628f
......@@ -23,7 +23,7 @@
</div>
<div class="bottom">
<a href="#" class="university">${course.get_about_section('university')}</a>
<span class="start-date">7/23/12</span>
<span class="start-date">${course.start_date_text}</span>
</div>
</section>
</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