Commit 987ca4b4 by Ahsan Ulhaq

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

fixing issue with student re-verification.
parents 74c7c2ad 653554fd
......@@ -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));
......
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