Skip to content

Commit

Permalink
Merge pull request #833 from kluo/add-missing-keywords
Browse files Browse the repository at this point in the history
Add missing keywords to validator lost from Ficus merge
  • Loading branch information
kluo authored Oct 22, 2018
2 parents 7702f15 + 7cc6676 commit 22a86e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lms/static/js/instructor_dashboard/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -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%%'
];

Expand Down

0 comments on commit 22a86e9

Please sign in to comment.