Fix setting cookie

This commit is contained in:
Nicolas Le Goff
2013-10-28 10:30:39 +01:00
parent 496b5145a7
commit 7b256eae61
4 changed files with 37 additions and 13 deletions

View File

@@ -35,7 +35,7 @@ define([
render: function() {
var self = this;
var template = _.template($("#edit_template").html(), {
lng: AdminFieldApp.lng,
lng: AdminFieldApp.lng(),
field: this.model.toJSON(),
vocabularyTypes: AdminFieldApp.vocabularyCollection.toJSON(),
modelErrors: AdminFieldApp.errorManager.getModelError(this.model),