From aa8ae810343d5f5ea0ecc2175f19d1a0e2ce0373 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Tue, 6 May 2014 17:52:43 -0400 Subject: [PATCH] Show same thing on dash for audit and honor code students. --- lms/templates/dashboard/_dashboard_course_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 7fd90af1d0..4ed77505a3 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -82,7 +82,7 @@ - % if course.may_certify() and cert_status and not enrollment.mode == 'audit': + % if course.may_certify() and cert_status: <%include file='_dashboard_certificate_information.html' args='cert_status=cert_status,course=course, enrollment=enrollment'/> % endif