mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 03:23:19 +00:00
fix js error on change password (#4475)
This commit is contained in:
@@ -33,7 +33,7 @@ define([
|
||||
},
|
||||
render: function () {
|
||||
if (this.errors.length > 0) {
|
||||
var template = _.template($(this.errorTemplate).html(), {
|
||||
var template = _.template($(this.errorTemplate).html())({
|
||||
errors: this.errors
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user