Commit 9ed51381 by Bill Filler

Pass course name to template

WL-1279
parent 725edbbc
......@@ -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 ''
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment