mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 04:23:19 +00:00
Use ['locales.I18n.available'] to generate field label
This commit is contained in:
@@ -54,7 +54,7 @@ define([
|
||||
});
|
||||
},
|
||||
render: function() {
|
||||
var template = _.template($("#item_list_view_template").html(), {});
|
||||
var template = _.template($("#item_list_view_template").html());
|
||||
|
||||
this.$el.empty().html(template);
|
||||
|
||||
|
Reference in New Issue
Block a user