diff --git a/umap/static/umap/js/umap.forms.js b/umap/static/umap/js/umap.forms.js index e151f9d9..587549a5 100644 --- a/umap/static/umap/js/umap.forms.js +++ b/umap/static/umap/js/umap.forms.js @@ -939,10 +939,6 @@ L.U.FormBuilder = L.FormBuilder.extend({ defaultOptions: { name: { label: L._('name') }, - owner: { - label: L._('owner'), -// handler: 'BlurInput', // this field should be hidden, not sure if blur does it. - }, description: { label: L._('description'), handler: 'Textarea',