aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorBonfaceKilz2021-07-29 22:43:16 +0300
committerBonfaceKilz2021-08-03 15:49:50 +0300
commit4482a1c5dc61dc4813911f1439721d0407286e44 (patch)
tree072334c4f5c8969e97c97875c386a0e3feda37eb /wqflask
parent6eab9f07e5eaf75eaa4f406b1ed3a3cfec9575f8 (diff)
downloadgenenetwork2-4482a1c5dc61dc4813911f1439721d0407286e44.tar.gz
edit_phenotype: Remove duplicate html
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html5
1 files changed, 0 insertions, 5 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index 691ad27b..9530fad0 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -208,11 +208,6 @@ Submit Trait | Reset
</div>
</div>
<div class="form-group">
- <label for="sequence" class="col-sm-2 control-label">Sequence:</label>
- <div class="col-sm-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>
<input type = "file" class="form-control" name = "file" />
</div>