PROD-1292

This commit is contained in:
SaadYousaf
2020-08-11 17:40:39 +05:00
parent 5f9d41b124
commit e1a5672411

View File

@@ -29,7 +29,7 @@ function(BaseView, _, str, gettext, groupEditTemplate) {
var collection = this.model.collection,
index = collection.indexOf(this.model);
this.$el.html(_.template(groupEditTemplate)({
edx.HtmlUtils.setHtml(this.$el, edx.HtmlUtils.template(groupEditTemplate)({
name: this.model.get('name'),
allocation: this.getAllocation(),
index: index,