Skip to content

Commit

Permalink
Add missing keywords to validator lost from Ficus merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kluo committed Oct 20, 2018
1 parent 7702f15 commit 7cc6676
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 7cc6676

Please sign in to comment.