PROD-2162

This commit is contained in:
azanbinzahid
2020-12-02 14:51:55 +05:00
committed by Ali-D-Akbar
parent 5fce6c28d7
commit 0b7ed973e7

View File

@@ -24,9 +24,11 @@
},
render: function() {
var renderedHtml = _.template($(this.template).html())({});
$(this.el).html(renderedHtml);
var renderedHtml = edx.HtmlUtils.template($(this.template).html())({});
edx.HtmlUtils.setHtml(
$(this.el),
renderedHtml
);
// Set the submit button to disabled by default
this.setSubmitButtonEnabled(false);