about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index a7d6f1b0..7a841793 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -216,16 +216,15 @@
             <textarea name="sequence" class="form-control" rows="6">{{ publish_xref.sequence |default('', true) }}</textarea>
             <input name="old_sequence" class="changed" type="hidden" value="{{ publication.sequence |default('', true) }}"/>
         </div>
-                </div>
-    <div class="form-group">
-        <input type = "file" class="col-sm-4 control-label" name = "file" />
     </div>
-
     <div style="margin-left: 13%;">
         <a href="/trait/{{ publish_xref.id_ }}/sampledata/{{ publish_xref.phenotype_id }}" class="btn btn-link btn-sm">
             Sample Data(CSV Download)
         </a>
     </div>
+    <div class="form-group">
+        <input type = "file" class="col-sm-4 control-label" name = "file" />
+    </div>
     <div class="controls center-block" style="width: max-content;">
         <input name="dataset-name" class="changed" type="hidden" value="{{ publish_xref.id_ }}"/>
         <input name="inbred-set-id" class="changed" type="hidden" value="{{ publish_xref.inbred_set_id }}"/>