From a24d892e9c02f4b2aee850a7760be21288a1ff98 Mon Sep 17 00:00:00 2001 From: Matthew DuBose Date: Thu, 5 Apr 2018 15:03:10 -0400 Subject: [PATCH] correct mention of old course ID in description of bulk email django tool --- lms/djangoapps/bulk_email/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/bulk_email/admin.py b/lms/djangoapps/bulk_email/admin.py index 67043078ad..910102d6ca 100644 --- a/lms/djangoapps/bulk_email/admin.py +++ b/lms/djangoapps/bulk_email/admin.py @@ -70,7 +70,7 @@ class CourseAuthorizationAdmin(admin.ModelAdmin): (None, { 'fields': ('course_id', 'email_enabled'), 'description': ''' -Enter a course id in the following form: Org/Course/CourseRun, eg MITx/6.002x/2012_Fall +Enter a course id in the following form: course-v1:Org+CourseNumber+CourseRun, eg course-v1:edX+DemoX+Demo_Course Do not enter leading or trailing slashes. There is no need to surround the course ID with quotes. Validation will be performed on the course name, and if it is invalid, an error message will display.