From 607e4859a7cf01bc09ac6ff9209749a3cec2b4f4 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sun, 22 Jul 2012 17:09:59 -0400 Subject: [PATCH] Put course numbers, real start dates on Dashboard --- lms/templates/dashboard.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index e7b295732f..763bc54222 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -52,10 +52,10 @@
${get_course_about_section(course, 'university')} -

${get_course_about_section(course, "title")}

+

${course.number} ${course.title}

-

Class Starts - 9/2/2012 +

Class Starts - ${course.start_date_text}

@@ -65,7 +65,7 @@
-

60% complete

+ ##

60% complete