diff options
-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 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> |