Merge pull request #9396 from edx/awais786/ECOM-2106-verificatoin-bug-with-otto

fixing issue with student re-verification.
This commit is contained in:
Ahsan Ulhaq
2015-08-20 19:08:29 +05:00

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