aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
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>