fixing issue with student reverification.

ECOM-2106
This commit is contained in:
Awais
2015-08-20 16:25:05 +05:00
parent 74c7c2ad77
commit 653554fd7a

View File

@@ -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));