diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index b6abb4f6916c..6389702001c7 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -128,7 +128,7 @@

${course_overview.display_org_with_default} - ${course_overview.display_number_with_default} - - ${course_overview.location.run | h} + ${course_overview.location.run} <% enrollment_date = course_overview.self_paced and enrollment and enrollment.created if course_overview.start_date_is_still_default: @@ -201,7 +201,7 @@

% endif % if course_overview.revision_number: - Version: ${course_overview.revision_number | h} + Version: ${course_overview.revision_number} % endif