From 45272811c43cb5341b01865f5df4f48caa158b64 Mon Sep 17 00:00:00 2001 From: Waheed Ahmed Date: Thu, 21 Dec 2017 17:23:07 +0500 Subject: [PATCH] Fix optout email settings checkbox. Course optouts value list was returning opaque_key objects and during rendering unicode object was used to generate the optout settings bool value. LEARNER-3066 --- lms/templates/dashboard/_dashboard_course_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index fb65200ffb..1feb06cd65 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -284,9 +284,9 @@ from util.course import get_link_for_about_page, get_encoded_course_sharing_utm_