Commit 653554fd by Awais

fixing issue with student reverification.

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