Commit dc99968c by Bill Filler Committed by GitHub

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

Pass course name to data sharing consent declined template
parents c739f59e 9ed51381
...@@ -541,6 +541,7 @@ def get_dashboard_consent_notification(request, user, course_enrollments): ...@@ -541,6 +541,7 @@ def get_dashboard_consent_notification(request, user, course_enrollments):
{ {
'title': title, 'title': title,
'message': message, 'message': message,
'course_name': enrollment.course_overview.display_name,
} }
) )
return '' 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