Merge pull request #16277 from edx/bfiller/WL-1279

Pass course name to data sharing consent declined template
This commit is contained in:
Bill Filler
2017-10-19 15:53:17 -04:00
committed by GitHub

View File

@@ -541,6 +541,7 @@ def get_dashboard_consent_notification(request, user, course_enrollments):
{
'title': title,
'message': message,
'course_name': enrollment.course_overview.display_name,
}
)
return ''