diff options
author | BonfaceKilz | 2022-05-06 10:56:19 +0300 |
---|---|---|
committer | BonfaceKilz | 2022-05-06 12:43:34 +0300 |
commit | df0c81a27b36fbd3100c4b7ce890f52b6f5fdfbb (patch) | |
tree | 213d4382c4e6f06b3873936babfa3d0f1e79828e /wqflask | |
parent | 938193f241e5d49e44bbe6e71ed75981f9da9157 (diff) | |
download | genenetwork2-df0c81a27b36fbd3100c4b7ce890f52b6f5fdfbb.tar.gz |
Remove the "Sequence" form field
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 |