diff --git a/lms/static/js/instructor_dashboard/util.js b/lms/static/js/instructor_dashboard/util.js index f53f6af954fb..f8ae91f4e0ca 100644 --- a/lms/static/js/instructor_dashboard/util.js +++ b/lms/static/js/instructor_dashboard/util.js @@ -401,6 +401,7 @@ keywordValidator.keyword_regex = /%%+[^%]+%%/g; keywordValidator.keywords = [ + '%%USERNAME%%', '%%COURSE_ID%%', '%%COURSE_START_DATE%%', '%%USER_ID%%', '%%USER_FULLNAME%%', '%%COURSE_DISPLAY_NAME%%', '%%COURSE_END_DATE%%' ];