Skip to content
Snippets Groups Projects
Commit 653554fd authored by Awais's avatar Awais
Browse files

fixing issue with student reverification.

ECOM-2106
parent 74c7c2ad
No related merge requests found
......@@ -36,7 +36,7 @@ var edx = edx || {};
this.username = this.$el.data('username');
_.extend(context, {
receipt: this.receiptContext(data),
courseKey: this.course_key
courseKey: this.courseKey
});
this.$el.html(_.template(templateHtml, context));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment