diff options
author | BonfaceKilz | 2021-08-02 17:49:44 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-08-03 15:49:50 +0300 |
commit | d9e6c4d67aa5cb18cf199f5e27fbc1ac73906c89 (patch) | |
tree | ae94d6e0e3b0c4d4b1826c05587677f7abe875ef /wqflask | |
parent | 305a2fc37bc233c9842bb12346c7e476c1d81be7 (diff) | |
download | genenetwork2-d9e6c4d67aa5cb18cf199f5e27fbc1ac73906c89.tar.gz |
templates: edit_phenotype: Remove link to the approve page
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/edit_phenotype.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wqflask/wqflask/templates/edit_phenotype.html b/wqflask/wqflask/templates/edit_phenotype.html index 0d7071f7..a7d6f1b0 100644 --- a/wqflask/wqflask/templates/edit_phenotype.html +++ b/wqflask/wqflask/templates/edit_phenotype.html @@ -222,9 +222,6 @@ </div> <div style="margin-left: 13%;"> - <a href="/data/approve/" class="btn btn-link btn-sm"> - Data Approval - </a> <a href="/trait/{{ publish_xref.id_ }}/sampledata/{{ publish_xref.phenotype_id }}" class="btn btn-link btn-sm"> Sample Data(CSV Download) </a> |