changeset 28:1dd40e13da74

Set textarea name attribute for datadict upload
author Björn Ricks <bjoern.ricks@intevation.de>
date Tue, 30 Sep 2014 16:38:08 +0200
parents f9dbc39ffedf
children 1dadc59c4b9a
files templates/template_convert.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/templates/template_convert.html	Mon Sep 29 16:21:14 2014 +0200
+++ b/templates/template_convert.html	Tue Sep 30 16:38:08 2014 +0200
@@ -10,7 +10,7 @@
     </div>
     <div class="form-group">
         <label for="datadict">Data in JSON Format</label>
-        <textarea id="datadict" class="form-control"></textarea>
+        <textarea id="datadict" name="datadict" class="form-control"></textarea>
     </div>
     <div class="form-group">
         <label for="file" >File</label>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)