diff options
author | BonfaceKilz | 2021-08-02 17:51:35 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:49:50 +0300 |
commit | b5fc6068a1dbe493a3d7b240df236ada36984570 (patch) | |
tree | 2dbe767f91f7ea0235269fe0e3b138125b5ffa39 /wqflask | |
parent | d9e6c4d67aa5cb18cf199f5e27fbc1ac73906c89 (diff) | |
download | genenetwork2-b5fc6068a1dbe493a3d7b240df236ada36984570.tar.gz |
templates: edit_phenotype: Put csv "oownload" button above "Browse"
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 7 |
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 }}"/> |