aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gn2/wqflask/templates/metadata/editor.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/gn2/wqflask/templates/metadata/editor.html b/gn2/wqflask/templates/metadata/editor.html
index 6d84dc6e..b85f427d 100644
--- a/gn2/wqflask/templates/metadata/editor.html
+++ b/gn2/wqflask/templates/metadata/editor.html
@@ -20,6 +20,7 @@
</div>
<div class="panel-body">
<form action="/metadata/save" method="POST">
+ <input name="name" type="hidden" value="{{ name }}"/>
<input name="id" type="hidden" value="{{ metadata.id }}"/>
<input name="section" type="hidden" value="{{ section }}"/>
<input name="type" type="hidden" value="{{ metadata.type }}"/>