aboutsummaryrefslogtreecommitdiff
path: root/wqflask
diff options
context:
space:
mode:
authorzsloan2022-10-26 20:28:41 +0000
committerzsloan2022-10-26 20:34:20 +0000
commitdf868dc400af039df469f15d6da9c343f15c38cb (patch)
treeaceeb5fde71a2698e115466059adcca4e3e00abb /wqflask
parent57392d4213a7365be6a79d7e3c0ee4c2fc5f7f83 (diff)
downloadgenenetwork2-df868dc400af039df469f15d6da9c343f15c38cb.tar.gz
Remove Owner from phenotype editing, since it only applies to the GN1 Owner field and is misleading in GN2
Diffstat (limited to 'wqflask')
-rw-r--r--wqflask/wqflask/templates/edit_phenotype.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html
index feeadadb..a5e76868 100644
--- a/wqflask/wqflask/templates/edit_phenotype.html
+++ b/wqflask/wqflask/templates/edit_phenotype.html
@@ -107,13 +107,6 @@
</div>
</div>
<div class="form-group">
- <label for="owner" class="col-sm-3 col-lg-2 control-label text-left">Owner</label>
- <div class="col-sm-7 col-lg-8">
- <textarea name="owner" class="form-control" rows="1">{{ phenotype.owner |default('', true) }}</textarea>
- <input name="old_owner" class="changed" type="hidden" value="{{ phenotype.owner |default('', true) }}"/>
- </div>
- </div>
- <div class="form-group">
<label for="authorized-users" class="col-sm-3 col-lg-2 control-label text-left">
Authorized Users
</label>