Commit 61495884 by David Ormsbee

Put course numbers, real start dates on Dashboard

parent 952c5ad3
...@@ -52,10 +52,10 @@ ...@@ -52,10 +52,10 @@
<section class="info"> <section class="info">
<hgroup> <hgroup>
<a href="${reverse('university_profile', args=[course.org])}" class="university">${get_course_about_section(course, 'university')}</a> <a href="${reverse('university_profile', args=[course.org])}" class="university">${get_course_about_section(course, 'university')}</a>
<h3><a href="${course_target}">${get_course_about_section(course, "title")}</a></h3> <h3><a href="${course_target}">${course.number} ${course.title}</a></h3>
</hgroup> </hgroup>
<section class="course-status"> <section class="course-status">
<p>Class Starts - <span>9/2/2012</span></div> <p>Class Starts - <span>${course.start_date_text}</span></div>
</section> </section>
<section class="meta"> <section class="meta">
<div class="course-work-icon"></div> <div class="course-work-icon"></div>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
</div> </div>
</div> </div>
<div class="complete"> <div class="complete">
<p><span class="completeness">60%</span> complete</p> ##<p><span class="completeness">60%</span> complete</p>
</div> </div>
</section> </section>
</section> </section>
......
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