diff options
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 0fe79198..e535b9ec 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -225,13 +225,6 @@ <input name="old_year" class="changed" type="hidden" value="{{ publication.year |default('', true) }}"/> </div> </div> - <div class="form-group"> - <label for="sequence" class="col-sm-3 col-lg-2 control-label text-left">Sequence</label> - <div class="col-sm-7 col-lg-8"> - <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 style="margin-left: 13%;"> <a href="/datasets/{{ publish_xref.id_ }}/traits/{{ publish_xref.phenotype_id }}/csv?resource-id={{ resource_id }}" class="btn btn-link btn-sm"> Click to Download CSV Sample Data |